PropertyValueRendererContext Interface

Additional parameters to the renderer

Properties

Name Type Description
containerType undefined | string Type of container that holds the property  
defaultValue undefined | ReactNode Default value to show if value rendering is asynchronous  
isExpanded undefined | boolean Whether property value is expanded.  
onDialogOpen undefined | (dialogState: PropertyDialogState) => void    
onExpansionToggled undefined | () => void    
onHeightChanged undefined | (newHeight: number) => void    
onPopupHide undefined | () => void    
onPopupShow undefined | (popupState: PropertyPopupState) => void    
orientation undefined | Orientation Orientation of property/container  
style undefined | CSSProperties Style that should be applied to the rendered element  
textHighlighter undefined | (text: string) => ReactNode    

Defined in

Last Updated: 05 April, 2024