@xpadev-net/niconicomments
    Preparing search index...

    Type Alias ParseCommandAndNicoScriptResult

    type ParseCommandAndNicoScriptResult = {
        _live: boolean;
        button?: ButtonParams;
        color: string;
        ender: boolean;
        fillColor?: string;
        flash: boolean;
        font: CommentFont;
        fontSize: number;
        full: boolean;
        invisible: boolean;
        loc: CommentLoc;
        long: number;
        opacity?: number;
        size: CommentSize;
        strokeColor?: string;
        wakuColor?: string;
    }
    Index

    Properties

    _live: boolean
    button?: ButtonParams
    color: string
    ender: boolean
    fillColor?: string
    flash: boolean
    fontSize: number
    full: boolean
    invisible: boolean
    long: number
    opacity?: number
    strokeColor?: string
    wakuColor?: string