TypeEditor Interface
Deprecated in 5.30. This interface is part of the old editor system and was used to defined custom editor. Use EditorSpec and createEditorSpec instead.
Interface implemented by React based type editors
Implemented by
- BooleanEditor
- EnumButtonGroupEditor
- EnumEditor
- ImageCheckBoxEditor
- NumericInputEditor
- SliderEditor
- TextEditor
- TextareaEditor
- ToggleEditor
Properties
| Name | Type | Description | |
|---|---|---|---|
| getPropertyValue | () => Promise<undefined | PropertyValue> | ||
| hasFocus | boolean | ||
| htmlElement | "null" | HTMLElement |
Defined in
Last Updated: 15 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.