PropertyPopoverProps interface
The properties of the PropertyPopover React component.
Signature:
export interface PropertyPopoverProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
onChange | (values: Record<string, string>) => void | Triggered when the user edits the property values. | |
properties | Record<string, string> | The properties to edit. The key is the name of the property, and the value is the initial value. | |
title | string | The title to display in the popover. |