Skip to main content

Interface: IExampleUnit<T, ExampleT>

Defined in: packages/core/src/example/types.ts:22

Internal

A demo/example UI unit paired with the ScenePart its tests drive. Internal example-harness tooling, not part of the stable 1.0 consumer API.

Extends​

Type Parameters​

T​

T extends ScenePart

ExampleT​

ExampleT

Properties​

description?​

optional description?: string

Defined in: packages/core/src/example/types.ts:12

Inherited from​

IExampleUIUnit.description


scene​

scene: T

Defined in: packages/core/src/example/types.ts:23


title​

title: string

Defined in: packages/core/src/example/types.ts:11

Inherited from​

IExampleUIUnit.title


ui​

ui: ExampleT

Defined in: packages/core/src/example/types.ts:13

Inherited from​

IExampleUIUnit.ui