SliderEditor Class
SliderEditor React component that is a property editor with numeric input & up/down buttons
Extends
- React.PureComponent<PropertyEditorProps, SliderEditorState>
Implements
Methods
| Name | Description | |
|---|---|---|
| componentDidMount(): void | Called immediately after a component is mounted. | |
| componentWillUnmount(): void | Called immediately before a component is destroyed. | |
| getPropertyValue(): Promise<undefined | PropertyValue> | ||
| render(): React.ReactNode |
Properties
| Name | Type | Description | |
|---|---|---|---|
| hasFocus Accessor ReadOnly | boolean | ||
| htmlElement Accessor ReadOnly | "null" | HTMLElement | ||
| state Readonly | Readonly<SliderEditorState> |
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.