interface CheckboxGroupModalData

export interface CheckboxGroupModalData extends BaseModalData<ComponentType.CheckboxGroup>

customId : string

The custom id of the checkbox group

id : number

The id of the component

Inherited from: BaseModalData

type : Type

The component type of the component

Inherited from: BaseModalData

values : readonly string[]

The values selected for the checkbox group