SeatingChartConfig class abstract
Constructors
- SeatingChartConfig([void updates(SeatingChartConfigBuilder)?])
-
factory
Properties
- activeFloor → String?
-
no setter
-
availableCategories
→ List<
String> ? -
no setter
- categoryFilter → CategoryFilter?
-
no setter
-
channels
→ List<
String> ? -
no setter
- colors → SeatsioColors?
-
no setter
- colorScheme → SeatsioColorScheme?
-
no setter
- event → String?
-
no setter
-
events
→ List<
String> ? -
no setter
-
extraConfig
→ Map<
String, dynamic> ? -
no setter
-
filteredCategories
→ List<
String> ? -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- hideSectionsNotForSale → bool?
-
no setter
- holdOnSelectForGAs → bool?
-
no setter
- holdToken → String?
-
no setter
- isObjectVisible → String?
-
no setter
- language → String?
-
no setter
- legendConfig → LegendConfig?
-
no setter
- loading → String?
-
no setter
- lockActiveFloor → bool?
-
no setter
- maxSelectedObjects → MaxSelectedObjects?
-
no setter
-
messages
→ Map<
String, String> -
no setter
- mode → String?
-
no setter
- multiSelectEnabled → bool?
-
no setter
- numberOfPlacesToSelect → int?
-
no setter
- objectColor → String?
-
no setter
- objectIcon → String?
-
no setter
- objectLabel → String?
-
no setter
- objectPopover → ObjectPopover?
-
no setter
- objectsWithoutPricingSelectable → bool?
-
no setter
- onChartRendered → dynamic Function()?
-
no setter
- onChartRenderingFailed → dynamic Function()?
-
no setter
- onChartRerenderingStarted → dynamic Function()?
-
no setter
-
onFilteredCategoriesChanged
→ dynamic Function(List<
SeatsioCategory> )? -
no setter
- onFloorChanged → dynamic Function(Floor? floor)?
-
no setter
- onHoldCallsComplete → dynamic Function()?
-
no setter
- onHoldCallsInProgress → dynamic Function()?
-
no setter
-
onHoldFailed
→ dynamic Function(List<
SeatsioObject> objects, List<SelectedTicketType> ? ticketTypes)? -
no setter
-
onHoldSucceeded
→ dynamic Function(List<
SeatsioObject> objects, List<SelectedTicketType> ? ticketTypes)? -
no setter
- onHoldTokenExpired → dynamic Function()?
-
no setter
- onObjectBooked → dynamic Function(SeatsioObject object)?
-
no setter
- onObjectClicked → dynamic Function(SeatsioObject object)?
-
no setter
- onObjectDeselected → dynamic Function(SeatsioObject object, SelectedTicketType? ticketType)?
-
no setter
- onObjectSelected → dynamic Function(SeatsioObject object, SelectedTicketType? ticketType)?
-
no setter
- onObjectStatusChanged → dynamic Function(SeatsioObject object)?
-
no setter
-
onReleaseHoldFailed
→ dynamic Function(List<
SeatsioObject> objects, List<SelectedTicketType> ? ticketTypes)? -
no setter
-
onReleaseHoldSucceeded
→ dynamic Function(List<
SeatsioObject> objects, List<SelectedTicketType> ? ticketTypes)? -
no setter
-
onSelectionInvalid
→ dynamic Function(List<
String> violations)? -
no setter
- onSelectionValid → dynamic Function()?
-
no setter
- onSessionInitialized → dynamic Function(HoldToken object)?
-
no setter
- popoverInfo → dynamic Function(SeatsioObject price)?
-
no setter
- priceFormatter → dynamic Function(num price)?
-
no setter
-
pricing
→ List<
Pricing> ? -
no setter
- region → Region
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sectionColor → String?
-
no setter
-
selectableObjects
→ List<
String> ? -
no setter
-
selectedObjects
→ List<
String> ? -
no setter
-
selectionValidators
→ List<
SelectionValidator> ? -
no setter
- session → Session?
-
no setter
- showActiveSectionTooltipOnMobile → bool?
-
no setter
- showFloorElevator → bool?
-
no setter
- showLegend → bool?
-
no setter
- showMinimap → bool?
-
no setter
- showSeatLabels → bool?
-
no setter
- showSectionContents → ShowSectionContents?
-
no setter
- showSectionPricingOverlay → bool?
-
no setter
- showZoomOutButtonOnMobile → bool?
-
no setter
-
no setter
- unifiedObjectPropertiesInCallbacks → bool?
-
no setter
- workspaceKey → String
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(SeatingChartConfigBuilder)) → SeatingChartConfig -
Rebuilds the instance.
inherited
-
toBuilder(
) → SeatingChartConfigBuilder -
Converts the instance to a builder
B.inherited -
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
SeatingChartConfig> -
no setter