UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

11 lines (10 loc) 282 B
export interface TreeItemSelectDetail { /** * Indicate if an item should be added to the current selection. */ modifyCurrentSelection: boolean; /** * Indicate if an item should be collapsed/expanded even if child selection is enabled. */ forceToggle: boolean; }