Variable channelNameConst

channelName: {
    pattern: "^[a-zA-Z0-9]{3,30}$";
    type: "string";
} = ...

Type declaration

  • Readonly pattern: "^[a-zA-Z0-9]{3,30}$"
  • Readonly type: "string"

Generated using TypeDoc