Search Docs
Loading...
Skip to content

Type Alias: ComponentSpec

type ComponentSpec<A> =
| ComponentIdFor<A>
| OrderComponentFor<A>;

Specifies a component either by ID or as a full component object.

Type Parameters#

Type ParameterDefault type
A extends UIAreaUIArea