interface BoardColumn {
    columnType?: BoardColumnType;
    description?: string;
    id?: string;
    isSplit?: boolean;
    itemLimit?: number;
    name?: string;
    stateMappings?: { [key: string]: string };
}

Properties

columnType?: BoardColumnType
description?: string
id?: string
isSplit?: boolean
itemLimit?: number
name?: string
stateMappings?: { [key: string]: string }