EditorContainerProps Interface
Beta
EditorContainer React component properties
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| onCancel | () => void | Handler for cancel | |
| onCommit | (args: PropertyUpdatedArgs) => void | Handler for commit | |
| propertyRecord | PropertyRecord | The property being updated. | |
| setFocus | undefined | false | true | Indicates whether the Property Editor should set focus | |
| title | undefined | string | Tooltip text |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| className | undefined | string | ClassNameProps | Custom CSS class name |
| style | undefined | React.CSSProperties | CommonProps | Custom CSS style properties |
Defined in
Last Updated: 08 January, 2020