Skip to main content

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

PropertyTypeDescriptionDefined in
description?string-js-api/src/u2core/protocol.ts:106
designPreview?objectThe 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
propsNamedProperty[]-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