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

    Type Alias ParsedCommand

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

    Properties

    _live: boolean
    button?: ButtonParams
    color: string | undefined
    ender: boolean
    fillColor?: string
    font: CommentFont | undefined
    fontSize: number | undefined
    full: boolean
    invisible: boolean
    loc: CommentLoc | undefined
    long: number | undefined
    opacity?: number
    size: CommentSize | undefined
    strokeColor?: string
    wakuColor?: string