Member Junction
    Preparing search index...

    Defines a single column on the Kanban board.

    interface KanbanColumnDef {
        Color?: string;
        Key: string;
        Label: string;
    }
    Index

    Properties

    Properties

    Color?: string

    Header accent color (CSS color value).

    Key: string

    Unique key identifying this column. Cards with matching ColumnKey appear here.

    Label: string

    Display label shown in the column header.