@syncfusion/ej2-treegrid
Version:
Essential JS 2 TreeGrid Component
159 lines (158 loc) • 4.53 kB
TypeScript
/**
* @hidden
*/
export declare const load: string;
/** @hidden */
export declare const rowDataBound: string;
/** @hidden */
export declare const dataBound: string;
/** @hidden */
export declare const queryCellInfo: string;
/** @hidden */
export declare const beforeDataBound: string;
/** @hidden */
export declare const actionBegin: string;
/** @hidden */
export declare const dataStateChange: string;
/** @hidden */
export declare const actionComplete: string;
/** @hidden */
export declare const rowSelecting: string;
/** @hidden */
export declare const rowSelected: string;
/** @hidden */
export declare const checkboxChange: string;
/** @hidden */
export declare const rowDeselected: string;
/** @hidden */
export declare const toolbarClick: string;
/** @hidden */
export declare const beforeExcelExport: string;
/** @hidden */
export declare const beforePdfExport: string;
/** @hidden */
export declare const resizeStop: string;
/** @hidden */
export declare const expanded: string;
/** @hidden */
export declare const expanding: string;
/** @hidden */
export declare const collapsed: string;
/** @hidden */
export declare const collapsing: string;
/** @hidden */
export declare const remoteExpand: string;
/** @hidden */
export declare const localPagedExpandCollapse: string;
/** @hidden */
export declare const pagingActions: string;
/** @hidden */
export declare const printGridInit: string;
/** @hidden */
export declare const contextMenuOpen: string;
/** @hidden */
export declare const contextMenuClick: string;
/** @hidden */
export declare const beforeCopy: string;
/** @hidden */
export declare const beforePaste: string;
/** @hidden */
export declare const savePreviousRowPosition: string;
/** @hidden */
export declare const crudAction: string;
/** @hidden */
export declare const beginEdit: string;
/** @hidden */
export declare const beginAdd: string;
/** @hidden */
export declare const recordDoubleClick: string;
/** @hidden */
export declare const cellSave: string;
/** @hidden */
export declare const cellSaved: string;
/** @hidden */
export declare const cellEdit: string;
/** @hidden */
export declare const batchDelete: string;
/** @hidden */
export declare const batchCancel: string;
/** @hidden */
export declare const batchAdd: string;
/** @hidden */
export declare const beforeBatchDelete: string;
/** @hidden */
export declare const beforeBatchAdd: string;
/** @hidden */
export declare const beforeBatchSave: string;
/** @hidden */
export declare const batchSave: string;
/** @hidden */
export declare const keyPressed: string;
/** @hidden */
export declare const updateData: string;
/** @hidden */
export declare const doubleTap: string;
/** @hidden */
export declare const virtualColumnIndex: string;
/** @hidden */
export declare const virtualActionArgs: string;
/** @hidden */
export declare const destroy: string;
/** @hidden */
export declare const dataListener: string;
/** @hidden */
export declare const indexModifier: string;
/** @hidden */
export declare const beforeStartEdit: string;
/** @hidden */
export declare const beforeBatchCancel: string;
/** @hidden */
export declare const batchEditFormRendered: string;
/** @hidden */
export declare const detailDataBound: string;
/** @hidden */
export declare const rowDrag: string;
/** @hidden */
export declare const rowDragStartHelper: string;
/** @hidden */
export declare const rowDrop: string;
/** @hidden */
export declare const rowDragStart: string;
/** @hidden */
export declare const rowsAdd: string;
/** @hidden */
export declare const rowsRemove: string;
/** @hidden */
export declare const rowdraging: string;
/** @hidden */
export declare const rowDropped: string;
/** @hidden */
export declare const autoCol: string;
/** @hidden */
export declare const rowDeselecting: string;
/** @hidden */
export declare const headerContent: string;
/** @hidden */
export declare const movableContent: string;
/** @hidden */
export declare const movableHeader: string;
/** @hidden */
export declare const frozenContent: string;
/** @hidden */
export declare const frozenHeader: string;
/** @hidden */
export declare const content: string;
/** @hidden */
export declare const table: string;
/** @hidden */
export declare const leftRight: string;
/** @hidden */
export declare const frozenRight: string;
/** @hidden */
export declare const frozenLeft: string;
/** @hidden */
export declare const ariaColIndex: string;
/** @hidden */
export declare const ariaRowIndex: string;
/** @hidden */
export declare const actionFailure: string;