OneSDK
    Preparing search index...

    Interface NicoNamaConfig

    interface NicoNamaConfig {
        anonymousName: string;
        commandOptions: {
            beforeEnd: CommandViewOptions;
            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;
    }
    Index

    Properties

    anonymousName: string
    commandOptions: {
        beforeEnd: CommandViewOptions;
        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