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;
    size: CommentSize;
    strokeColor?: string;
    wakuColor?: string;
}

Type declaration

  • _live: boolean
  • Optional button?: ButtonParams
  • color: string
  • ender: boolean
  • Optional fillColor?: string
  • flash: boolean
  • font: CommentFont
  • fontSize: number
  • full: boolean
  • invisible: boolean
  • loc: CommentLoc
  • long: number
  • size: CommentSize
  • Optional strokeColor?: string
  • Optional wakuColor?: string

Generated using TypeDoc