PropertyValueRendererContext Interface
Additional parameters to the renderer
Methods
Name | Description | |
---|---|---|
onDialogOpen(dialogState: PropertyDialogState): void Optional | Callback to request for Dialog to be opened. | |
onExpansionToggled(): void Optional | Called when property value expansion or collapse is requested. | |
onHeightChanged(newHeight: number): void Optional | Called when property value element height changes. | |
onPopupHide(): void Optional | Callback to request for a Popup to be hidden. | |
onPopupShow(popupState: PropertyPopupState): void Optional | Callback to request for a Popup to be shown. | |
textHighlighter(text: string): ReactNode Optional | Callback to highlight text |
Properties
Defined in
Last Updated: 20 June, 2023