Interface NicoNamaConfig

interface NicoNamaConfig {
    anonymousName: string;
    commandOptions: {
        cruise: CommandViewOptions;
        disconnect: CommandViewOptions;
        emotion: CommandViewOptions;
        ichiba: CommandViewOptions;
        nicoad: CommandViewOptions;
        programExtended: CommandViewOptions;
        quote: CommandViewOptions;
        rankingIn: CommandViewOptions;
        rankingUpdated: CommandViewOptions;
        survey: CommandViewOptions;
        visited: CommandViewOptions;
    };
    outputLineBreakComment: boolean;
    show184: boolean;
    showLineBreakComment: boolean;
    speechLineBreakComment: boolean;
}

Properties

anonymousName: string
commandOptions: {
    cruise: CommandViewOptions;
    disconnect: CommandViewOptions;
    emotion: CommandViewOptions;
    ichiba: CommandViewOptions;
    nicoad: CommandViewOptions;
    programExtended: CommandViewOptions;
    quote: CommandViewOptions;
    rankingIn: CommandViewOptions;
    rankingUpdated: CommandViewOptions;
    survey: CommandViewOptions;
    visited: CommandViewOptions;
}
outputLineBreakComment: boolean
show184: boolean
showLineBreakComment: boolean
speechLineBreakComment: boolean