igniteui-react-core
Version:
Ignite UI React Core.
12 lines (11 loc) • 1.08 kB
JavaScript
/*
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
https://www.infragistics.com/legal/license/igultimate-la
https://www.infragistics.com/legal/license/igultimate-eula
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
*/
import { markEnum } from "./type";
/**
* @hidden
*/
export let NativeUIBuiltInEvents_$type = /*@__PURE__*/ markEnum('NativeUIBuiltInEvents', 'Changing,0|Clicked,1|Change,2|SelectedValueChanged,3|ValueChanged,4|Opened,5|Closed,6|MouseEnter,7|MouseLeave,8|MouseDown,9|ContentRefreshed,10|DrillDownRequested,11|DrillUpRequested,12|GotFocus,13|LostFocus,14|SizeChanged,15|PositionChanged,16|OnCommand,17|ItemAdded,18|ItemRemoved,19|SelectedItemsChanged,20|IndexTypeChanged,21|SubMenuOpening,22|SubMenuClosing,23|SuffixClicked,24|KeysCleared,25|CompositionEnd,26|KeyDown,27|MeasuringContent,28');