Fight Event Centre
The following provides steps on how to implement an Event Centre to a specific fight with or without navigation.
initialContext: {
view: "Fight",
fightId: "fightID"
}Last updated
Was this helpful?
The following provides steps on how to implement an Event Centre to a specific fight with or without navigation.
initialContext: {
view: "Fight",
fightId: "fightID"
}Last updated
Was this helpful?
Was this helpful?
const { MessageTopics } = frontRowSeat.eventCentreUtils;
const eventCentreInstance = frontRowSeat.eventCentre({
operator: "operatorIDName",
sport: "ufc",
targetModule: "full",
eventId: "eventID",
version: "version number",
targetElementSelector: "#img-arena-event-centre",
language: "en",
initialContext: {
view: "Fight",
fightId: "fightID"
}
});const { MessageTopics } = frontRowSeat.eventCentreUtils;
const eventCentreInstance = frontRowSeat.eventCentre({
operator: "operatorIDName",
sport: "ufc",
targetModule: "fight",
eventId: "681",
version: "dev/beac4ea5",
targetElementSelector: "#img-arena-event-centre",
language: "en",
initialContext: {
view: "Fight",
fightId: "6667"
}
});