Interface ActionRowBase<T>

interface ActionRowBase<T> {
    components: T[];
    id?: number;
    type: ACTION_ROW;
}

Type Parameters

Hierarchy (view full)

Properties

Properties

components: T[]
id?: number

Autoincremented number if not provided