Skip to Content
InterfacesIFICanvasFloatDom

Interface: IFICanvasFloatDom

Extends

Indexable

[key: string]: ICanvasFloatDom
[key: number]: ICanvasFloatDom
[key: symbol]: ICanvasFloatDom

Properties

PropertyTypeDescriptionInherited from

componentKey

any

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.

IFComponentKey.componentKey

isVue3?

boolean

If componentKey is a Vue3 component, this must be set to true

IFComponentKey.isVue3