Interface ModalActionRow

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

Hierarchy (view full)

Properties

Properties

components: TextInput[]