UNPKG

igniteui-react-core

Version:
127 lines (126 loc) 3.09 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, SubtitleMemberPath = 77, PropertyTypeMemberPath = 78, ShowSelectAll = 79, PrimaryKey = 80, SearchIconColor = 81, SearchTextColor = 82, SubtitleTextColor = 83, GroupHeaderSubtitleTextColor = 84, SubtitleFontInfo = 85, Target = 86, SelectedIndices = 87, MinWidth = 88, SelectedItems = 89, ValuePath = 90, DisplayPath = 91, YValue = 92, BarBackgroundColor = 93, ThumbBackgroundColor = 94, ThumbOutlineColor = 95, ThumbRidgesColor = 96, YMin = 97, YMax = 98, IndexType = 99, SuffixIconSVGPath = 100, SuffixIconFill = 101, SuffixIconOutline = 102, InputBackgroundColor = 103, IsOpen = 104, SelectionStart = 105, SelectionEnd = 106, IsExpanded = 107, AutomationName = 108, ShowsOnHover = 109, UseTopLayer = 110, ItemSpacing = 111, GroupHeaderFontInfo = 112, CheckboxAlignedRight = 113, LabelClickTriggersChange = 114, DataLegendTarget = 115 } /** * @hidden */ export declare let NativeUIBuiltInProperties_$type: Type;