seyfert
    Preparing search index...

    Class RadioGroupOption

    Index

    Constructors

    Properties

    data: Partial<APIRadioGroupOption> = {}

    Methods

    • Sets whether the option is the default. [value=true] - Indicates whether the option is the default (true by discord side).

      Parameters

      • value: boolean = true

      Returns this

      The current RadioGroupOption instance.

    • Sets the description for the option. description - The description for the option.

      Parameters

      • description: string

      Returns this

      The current RadioGroupOption instance.

    • Sets the label for the option. label - The label for the option.

      Parameters

      • label: string

      Returns this

      The current RadioGroupOption instance.

    • Sets the value for the option. value - The value for the option.

      Parameters

      • value: string

      Returns this

      The current RadioGroupOption instance.