Options
All
  • Public
  • Public/Protected
  • All
Menu

Utils Components Structure

Hierarchy

Index

Constructors

constructor

Properties

Readonly _keys

_keys: BaseSet<string> = ...

Optional _timeout

_timeout: Timeout

components

components: ComponentActionRow[] = []

Optional id

id: string

timeout

timeout: number = ...

Methods

[custom]

  • [custom](): object

_getFromSnake

  • _getFromSnake(key: string): any

_setFromSnake

  • _setFromSnake(key: string, value: any): any

addActionRow

addButton

addSelectMenu

createActionRow

createButton

createSelectMenu

difference

  • difference(key: string, value: any): [boolean, any]

differences

differencesBetween

  • differencesBetween(structure: Structure): null | object

hasDifference

  • hasDifference(key: string, value: any): boolean

hasDifferences

hasDifferencesBetween

  • hasDifferencesBetween(structure: Structure): boolean

merge

mergeValue

  • mergeValue(key: string, value: any): void

Optional onError

Optional onTimeout

  • onTimeout(): any

Optional run

toJSON

  • toJSON(): RawChannelMessageComponent[]

Generated using TypeDoc