PropertyValueRendererContext Interface

Additional parameters to the renderer

Properties

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

Defined in

Last Updated: 13 May, 2024