/** * Defines the mode of selection used by Element.SelectionMode. */ export declare enum SelectionMode { /** * All the elements will be selected */ All = 0, /** * A single element will be selected */ Single = 1, /** * Multiple elements can be selected */ Multiple = 2 } //# sourceMappingURL=SelectionMode.d.ts.map