Skip to content

Vizel API / core/src / VizelAdapterSymbol

Interface: VizelAdapterSymbol

Defined in: packages/core/src/feature-manifest.ts:109

Public symbol that an adapter exports for a feature.

Properties

companion?

ts
readonly optional companion?: string;

Defined in: packages/core/src/feature-manifest.ts:113

Hook (React, Vue) or rune factory (Svelte) that accompanies the component.


component?

ts
readonly optional component?: string;

Defined in: packages/core/src/feature-manifest.ts:111

Component or root export from the adapter's src/index.ts.

Released under the MIT License.