Interface: IFCanvasPopup
Extends
Omit
<ICanvasPopup
,"componentKey"
>.IFComponentKey
Indexable
[key: string]: ICanvasPopup
[key: number]: ICanvasPopup
[key: symbol]: ICanvasPopup
Properties
Property | Type | Description | Inherited from |
---|---|---|---|
|
The key of the component to be rendered in the popup. if key is a string, it will be query from the component registry. if key is a React or Vue3 component, it will be rendered directly. | ||
|
If componentKey is a Vue3 component, this must be set to true |