Skip to content

Vizel API / core/src / VIZEL_FEATURE_MANIFEST

Variable: VIZEL_FEATURE_MANIFEST

ts
const VIZEL_FEATURE_MANIFEST: readonly VizelFeatureDefinition[];

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

The authoritative feature catalogue. Add, modify, and remove entries here together with the corresponding adapter and scenario changes; the parity check fails the build when an adapter omits a declared symbol.

Released under the MIT License.