SliderPropertyEditor Class
Deprecated in 5.30. This is part of the old editor system and should not be used directly. Use EditorRenderer instead.
Slider Property Editor registered for the "number" type name and "slider" editor name. It uses the SliderEditor React component.
Extends
Methods
| Name | Description | |
|---|---|---|
| constructor(): SliderPropertyEditor |
Inherited methods
| Name | Inherited from | Description |
|---|---|---|
| applyEditorParams(_property: PropertyDescription, _record: PropertyRecord): void Inherited | PropertyEditorBase | |
| commitValue(newValue: PropertyValue, record: PropertyRecord): Promise<AsyncValueProcessingResult> Inherited | PropertyEditorBase | |
| validateValue(newValue: PropertyValue, record: PropertyRecord): Promise<AsyncValueProcessingResult> Inherited | PropertyEditorBase |
Properties
| Name | Type | Description | |
|---|---|---|---|
| reactNode Accessor ReadOnly | React.ReactNode |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| containerHandlesBlur Accessor Inherited ReadOnly | boolean | PropertyEditorBase | |
| containerHandlesEnter Accessor Inherited ReadOnly | boolean | PropertyEditorBase | |
| containerHandlesEscape Accessor Inherited ReadOnly | boolean | PropertyEditorBase | |
| containerHandlesTab Accessor Inherited ReadOnly | boolean | PropertyEditorBase | |
| containerStopsKeydownPropagation Accessor Inherited ReadOnly | boolean | PropertyEditorBase | |
| customDataController Inherited | undefined | DataController | PropertyEditorBase |
Defined in
Last Updated: 15 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.