seyfert
    Preparing search index...

    Class CheckboxGroup

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    data: Partial<TYPE> = {}

    Methods

    • Sets the ID for the checkbox group.

      Parameters

      • id: number

        The ID for the checkbox group.

      Returns CheckboxGroup

      The current CheckboxGroup instance.

      The ID is used by Discord to identify the component when an interaction is received. It must be unique within the message.

    • Sets the maximum and minimum number of selected values for the checkbox group. [max = options length] 10, [min = 1] 0

      Parameters

      Returns this

      The current CheckboxGroup instance.