@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
13 lines (12 loc) • 521 B
JavaScript
/*!
* All material copyright ESRI, All Rights Reserved, unless otherwise specified.
* See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details.
*/
export var TreeSelectionMode;
(function (TreeSelectionMode) {
TreeSelectionMode["Single"] = "single";
TreeSelectionMode["Multi"] = "multi";
TreeSelectionMode["Children"] = "children";
TreeSelectionMode["MultiChildren"] = "multi-children";
TreeSelectionMode["Ancestors"] = "ancestors";
})(TreeSelectionMode || (TreeSelectionMode = {}));