UNPKG

ngx-tree-select

Version:

Angular component for select with tree items.

12 lines (11 loc) 312 B
export declare class TreeSelectDefaultOptions { allowFilter?: boolean; filterPlaceholder?: string; maxVisibleItemCount?: number; allowParentSelection?: boolean; idField?: string; textField?: string; childrenField?: string; filterCaseSensitive?: boolean; expandMode: string; }