Interface IIgrPropertyEditorPropertyDescriptionProps

Hierarchy

Hierarchy

  • IIgrPropertyEditorPropertyDescriptionProps

Properties

buttonClicked?: ((s, e) => void)
changed?: ((s, e) => void)
children?: ReactNode
coercedComplexValues?: string | IgrPropertyEditorDescriptionObjectCollection
coercedPrimitiveValue?: any
coercedValueType?: string | PropertyEditorValueType
coercingValue?: ((s, e) => void)
dropDownNames?: string[]
dropDownValues?: string[]
editorWidth?: string | number
elementDescriptionType?: string
label?: string
labelWidth?: string | number
max?: string | number
min?: string | number
name?: string

Gets or sets the unique name of the mapping.

primitiveValue?: any
propertyDescriptionType?: string
propertyPath?: string
shouldOverrideDefaultEditor?: string | boolean
step?: string | number
subtitle?: string
targetPropertyUpdating?: ((s, e) => void)
useCoercedValue?: string | boolean
valueType?: string | PropertyEditorValueType