Type Alias: ScenePartDefinition
ScenePartDefinition =
ComponentPartDefinition<ScenePart> |ListComponentPartDefinition<ComponentDriver<ScenePart>>
Defined in: packages/core/src/partTypes.ts:83
The forms a named part in a ScenePart may take.
A component whose interior is caller-supplied is an ordinary ComponentPartDefinition; its interior is reached at call time through ComponentDriver.within rather than declared as a second parts channel (ADR-019).