EditorProps<TMetadata, TValue> Interface
Generic editor props that are supplied to the editor for rendering.
Properties
| Name | Type | Description | |
|---|---|---|---|
| cancel | () => void | undefined | Callback that allows editor implementation to indicate that editing is cancelled. | |
| commit | () => void | undefined | Callback that allows editor implementation to indicate that editing is finished. | |
| disabled | boolean | undefined | ||
| metadata | TMetadata | ||
| onChange | (value?: TValue) => void | ||
| size | "small" | "large" | ||
| value | TValue | undefined |
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.