Type Alias: NodeInstance
NodeInstance =
HTMLElement
|SVGElement
|DisplayComponent
<any
> |string
|number
|null
|Subscribable
<any
>
Defined in: src/sdk/components/FSComponent.ts:31
A union of possible types of a VNode instance.
NodeInstance =
HTMLElement
|SVGElement
|DisplayComponent
<any
> |string
|number
|null
|Subscribable
<any
>
Defined in: src/sdk/components/FSComponent.ts:31
A union of possible types of a VNode instance.