UNPKG

ngx-treeview

Version:

An Angular treeview component with checkbox

16 lines (15 loc) 459 B
export declare class TreeviewConfig { hasAllCheckBox: boolean; hasFilter: boolean; hasCollapseExpand: boolean; decoupleChildFromParent: boolean; maxHeight: number; readonly hasDivider: boolean; static create(fields?: { hasAllCheckBox?: boolean; hasFilter?: boolean; hasCollapseExpand?: boolean; decoupleChildFromParent?: boolean; maxHeight?: number; }): TreeviewConfig; }