PropertyValueRendererContext Interface
Additional parameters to the renderer
Properties
| Name | Type | Description | |
|---|---|---|---|
| containerType | undefined | string | Type of container that holds the property | |
| decoratedTextElement | undefined | React.ReactNode | Text with custom style applied to it | |
| onDialogOpen | undefined | (dialogState: PropertyDialogState) => void | Callback to request for Dialog to be opened. | |
| onPopupHide | undefined | () => void | Callback to request for a Popup to be hidden. | |
| onPopupShow | undefined | (popupState: PropertyPopupState) => void | Callback to request for a Popup to be shown. | |
| orientation | undefined | Orientation | Orientation of property/container | |
| style | undefined | React.CSSProperties | Style that should be applied to the rendered element |
Defined in
Last Updated: 08 January, 2020