UNPKG

tessitura-seatmap

Version:

Tessitura-integrated seatmap components, built with React and Mantine (includes SYOS).

14 lines (12 loc) 324 B
export type GroupingOptions = "zone" | "zoneGroup" | "screen" | "section"; export interface TessituraSYOSProps { endpoint: string; performanceId: number; facilityId: number; constituentId?: number; modeOfSaleId?: number; sourceId?: number; svg: string; viewFromSeat?: string; groupBy?: GroupingOptions; }