Interface ModalActionRow

interface ModalActionRow {
    components: TextInput[];
    id?: number;
    type: ACTION_ROW;
}

Hierarchy (view full)

Properties

Properties

components: TextInput[]
id?: number

Autoincremented number if not provided