interface ActionRowModalData

export interface ActionRowModalData extends BaseModalData<ComponentType.ActionRow>

components : readonly TextInputModalData[]

The components of this action row

id : number

The id of the component

Inherited from: BaseModalData

type : Type

The component type of the component

Inherited from: BaseModalData