seyfert
    Preparing search index...

    Class CheckboxGroupOption

    Index

    Constructors

    Properties

    data: APICheckboxGroupOption

    Methods

    • Sets the value of the checkbox group option.

      Parameters

      • value: string

        The value of the checkbox group option.

      Returns CheckboxGroupOption

      The current CheckboxGroupOption instance.

      The value is sent to the bot when the option is selected. It must be unique within the options of the checkbox group. The value can be up to 100 characters long.

    • Returns { default?: boolean; description?: string; label: string; value: string }

      • Optionaldefault?: boolean

        Shows the option as selected by default

      • Optionaldescription?: string

        Additional description of the option; max 100 characters

      • label: string

        User-facing name of the option; max 100 characters

      • value: string

        Dev-defined value of the option; max 100 characters