Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Options

Options to configure a Seatchart.

Hierarchy

  • Options

Index

Properties

cart?: { currency?: string; submitLabel?: string; visible?: boolean }

Cart options.

Type declaration

  • Optional currency?: string

    Displayed currency.

  • Optional submitLabel?: string

    Label displayed on the submit button.

  • Optional visible?: boolean

    Cart visibility.

legendVisible?: boolean

Legend visibility.

map: { columnSpacers?: number[]; columns: number; disabledSeats?: SeatIndex[]; frontVisible?: boolean; indexerColumns?: { visible?: boolean; label?: any }; indexerRows?: { visible?: boolean; label?: any }; reservedSeats?: SeatIndex[]; rowSpacers?: number[]; rows: number; seatTypes: { default: SeatTypeDefault }; selectedSeats?: SeatIndex[]; seatLabel?: any }

Map options.

Type declaration

  • Optional columnSpacers?: number[]

    Position where to place a space between columns. For example index 4 will place a space between columns with index 4 and 5.

  • columns: number

    Number of columns.

  • Optional disabledSeats?: SeatIndex[]

    Disabled seats.

  • Optional frontVisible?: boolean

    Sets front header visibility.

  • Optional indexerColumns?: { visible?: boolean; label?: any }

    Column indexers options.

    • Optional visible?: boolean

      Visibility.

    • label?:function
      • label(column: number): string
  • Optional indexerRows?: { visible?: boolean; label?: any }

    Row indexers options.

    • Optional visible?: boolean

      Visibility.

    • label?:function
      • label(row: number): string
  • Optional reservedSeats?: SeatIndex[]

    Reserved seats.

  • Optional rowSpacers?: number[]

    Position where to place a space between rows. For example index 4 will place a space between rows with index 4 and 5.

  • rows: number

    Number of rows.

  • seatTypes: { default: SeatTypeDefault }

    Seat types options.

    • [seatTypeKey: string]: SeatType
    • default: SeatTypeDefault

      All seats that do not fall into a type will be marked as default.

  • Optional selectedSeats?: SeatIndex[]

    Selected seats.

  • seatLabel?:function

Generated using TypeDoc