InteractionOption<T = any>

The options of an interaction.

Properties

Parameter

Type

Required

Description

name

string

true

The name of this option.

value

T

false

The value of this option.

options

false

The child options of this option.

Last updated

Was this helpful?