@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.
48 lines (47 loc) • 1.31 kB
TypeScript
/**
* Kanban Constants
*/
/** @private */
export declare const actionBegin: string;
/** @private */
export declare const actionComplete: string;
/** @private */
export declare const actionFailure: string;
/** @private */
export declare const cardClick: string;
/** @private */
export declare const cardDoubleClick: string;
/** @private */
export declare const cardRendered: string;
/** @private */
export declare const queryCellInfo: string;
/** @private */
export declare const dataBinding: string;
/** @private */
export declare const dataBound: string;
/** @private */
export declare const dragStart: string;
/** @private */
export declare const drag: string;
/** @private */
export declare const dragStop: string;
/** @private */
export declare const documentClick: string;
/** @private */
export declare const dialogOpen: string;
/** @private */
export declare const dialogClose: string;
/** @private */
export declare const contentReady: string;
/** @private */
export declare const dataReady: string;
/** @private */
export declare const bottomSpace: number;
/** @private */
export declare const cardSpace: number;
/** @private */
export declare const toggleWidth: number;
/** @hidden */
export declare const dataSourceChanged: string;
/** @hidden */
export declare const dataStateChange: string;