Interface CommentConfig

interface CommentConfig {
    assignNicknameFromSign: boolean;
    excludeImage: string;
    excludeUser: string;
    exportExcludeUser: string;
    exportFreeGift: boolean;
    nameCutAfterAtSign: boolean;
    nameLength: number;
    nameLengthLimit: boolean;
    nicknameAccepts: NicknameAcceptType[];
    nicknameSign: string;
    persistNickname: boolean;
    replaceIcons: boolean;
    showIconInApp: boolean;
    useNicknamesForOutput: boolean;
    wordReplace: [string, string][];
}

Properties

assignNicknameFromSign: boolean
excludeImage: string
excludeUser: string
exportExcludeUser: string
exportFreeGift: boolean
nameCutAfterAtSign: boolean
nameLength: number
nameLengthLimit: boolean
nicknameAccepts: NicknameAcceptType[]
nicknameSign: string
persistNickname: boolean
replaceIcons: boolean
showIconInApp: boolean
useNicknamesForOutput: boolean
wordReplace: [string, string][]