Skip to content

@maxhealth.tech/prefab / renderer / ComponentNode

Interface: ComponentNode

Defined in: renderer/engine.ts:46

Indexable

ts
[key: string]: unknown

Properties

type

ts
type: string;

Defined in: renderer/engine.ts:47


id?

ts
optional id?: string;

Defined in: renderer/engine.ts:48


cssClass?

ts
optional cssClass?: string;

Defined in: renderer/engine.ts:49


onMount?

ts
optional onMount?: ActionJSON | ActionJSON[];

Defined in: renderer/engine.ts:50


children?

ts
optional children?: ComponentNode[];

Defined in: renderer/engine.ts:51

Released under the MIT License.