UNPKG

@syncfusion/ej2-kanban

Version:

The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing.

19 lines (18 loc) 423 B
import { ChildProperty } from '@syncfusion/ej2-base'; /** * Holds the configuration of stacked header settings in kanban board. */ export declare class StackedHeaders extends ChildProperty<StackedHeaders> { /** * Defines the column header text * * @default null */ text: string; /** * Defines the multiple columns keyField * * @default null */ keyFields: string; }