Variable SysDefaultValuesConst

SysDefaultValues: {
    boolean: boolean;
    channel: null;
    channels: string[];
    customNumberMultiSelect: number[];
    customNumberSelect: null;
    customStringMultiSelect: string[];
    customStringSelect: null;
    float: null;
    integer: null;
    integer64: null;
    role: null;
    roles: string[];
    string: string;
} = ...

Builtin default values for option types

Type declaration

  • boolean: boolean
  • channel: null
  • channels: string[]
  • customNumberMultiSelect: number[]
  • customNumberSelect: null
  • customStringMultiSelect: string[]
  • customStringSelect: null
  • float: null
  • integer: null
  • integer64: null
  • role: null
  • roles: string[]
  • string: string

Generated using TypeDoc