ComponentMetaBase
Defined in: js-api/src/u2core/protocol.ts:103
The registry metadata a component introspects itself through; the spec layer's
ComponentMeta extends it (structural, so the core never imports the spec layer).
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
description? | string | - | js-api/src/u2core/protocol.ts:106 |
designPreview? | object | The tag-level design-time sample a source falls back to (DD9). | js-api/src/u2core/protocol.ts:110 |
events? | string[] | - | js-api/src/u2core/protocol.ts:108 |
props | NamedProperty[] | - | js-api/src/u2core/protocol.ts:105 |
tag? | string | - | js-api/src/u2core/protocol.ts:104 |
usage? | string | - | js-api/src/u2core/protocol.ts:107 |