flat-embed
Version:
Interact and get events from Flat's Sheet Music Embed
9 lines (8 loc) • 396 B
TypeScript
/**
* Available embed events that can be subscribed to
*/
export declare const EVENTS_NAMES: readonly ["ready", "scoreLoaded", "cursorPosition", "cursorContext", "measureDetails", "noteDetails", "rangeSelection", "fullscreen", "play", "pause", "stop", "playbackPosition", "restrictedFeatureAttempt"];
/**
* Embed event name type
*/
export type EmbedEventName = (typeof EVENTS_NAMES)[number];