UNPKG

igniteui-react-core

Version:
122 lines (121 loc) 2.92 kB
import { Type } from "./type"; /** * @hidden */ export declare const enum NativeUIBuiltInProperties { DisplayType = 0, Density = 1, Value = 2, Label = 3, DisableRipple = 4, DisableHover = 5, DisableFocusStyle = 6, IsChecked = 7, DataSource = 8, SelectedValue = 9, Text = 10, FontInfo = 11, Min = 12, Max = 13, Step = 14, CollectionName = 15, IconName = 16, CornerRadius = 17, BaseTheme = 18, InputType = 19, TextAlignment = 20, ShowSpinner = 21, IsShown = 22, Background = 23, HoverBackground = 24, AnimationEnabled = 25, AnimationDuration = 26, Actions = 27, RowHeight = 28, ActualRowHeight = 29, Orientation = 30, IsWrapEnabled = 31, IsDisabled = 32, TextColor = 33, DisabledTextColor = 34, AnimationType = 35, IsHitTestVisible = 36, IsFocusable = 37, BoxSizing = 38, DisableHitTestDuringAnimation = 39, Elevation = 40, IsPointerEnabled = 41, PointerBackground = 42, PointerPosition = 43, ViewBoxLeft = 44, ViewBoxTop = 45, ViewBoxWidth = 46, ViewBoxHeight = 47, IconWidth = 48, IconHeight = 49, SubmenuBackground = 50, GroupHeaderBackground = 51, GroupHeaderTextColor = 52, SeparatorBackground = 53, Content = 54, ContentPadding = 55, DisablePointer = 56, FillAvailableSpace = 57, ClickTunneling = 58, StopPropagation = 59, IsShowing = 60, IsClosing = 61, PointerSize = 62, FillColors = 63, StrokeColors = 64, StrokeWidth = 65, UncheckedBackgroundColor = 66, CheckedBackgroundColor = 67, UncheckedBorderColor = 68, CheckedBorderColor = 69, MenuArrowStroke = 70, IconFill = 71, IconStroke = 72, PlaceContent = 73, ItemsSource = 74, SelectedMemberPath = 75, DataMemberPath = 76, ShowSelectAll = 77, PrimaryKey = 78, SearchIconColor = 79, SearchTextColor = 80, SubtitleTextColor = 81, GroupHeaderSubtitleTextColor = 82, SubtitleFontInfo = 83, Target = 84, SelectedIndices = 85, MinWidth = 86, SelectedItems = 87, ValuePath = 88, DisplayPath = 89, YValue = 90, BarBackgroundColor = 91, ThumbBackgroundColor = 92, ThumbOutlineColor = 93, ThumbRidgesColor = 94, YMin = 95, YMax = 96, IndexType = 97, SuffixIconSVGPath = 98, SuffixIconFill = 99, SuffixIconOutline = 100, InputBackgroundColor = 101, IsOpen = 102, SelectionStart = 103, SelectionEnd = 104, IsExpanded = 105, AutomationName = 106, ShowsOnHover = 107, UseTopLayer = 108, ItemSpacing = 109, GroupHeaderFontInfo = 110 } /** * @hidden */ export declare let NativeUIBuiltInProperties_$type: Type;