@tagit/presentation-core
v1.0.0
Published
Framework-neutral contracts for tagIt presentations and guided tours
Readme
@tagit/presentation-core
Portable types, validation, JSON Schema, lifecycle events, and state contracts for tagIt presentation scenarios.
import {
assertValidPresentationScenario,
type PresentationScenario,
} from '@tagit/presentation-core';
assertValidPresentationScenario(scenario satisfies PresentationScenario);Use the exported schema at @tagit/presentation-core/schema for JSON authoring
tools. Scenarios must not contain credentials, customer data, or arbitrary
executable JavaScript.
