Interface IActionRow

interface IActionRow {
    components: IComponent[];
}

Implemented by

Properties

Properties

components: IComponent[]

Generated using TypeDoc