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

Type declaration

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

Generated using TypeDoc