Stats Event Centre
The following provides steps on how to implement an Event Centre to a specific tape view without navigation.
Steps to render Stats view - No navigation
const { MessageTopics } = frontRowSeat.eventCentreUtils;
const eventCentreInstance = frontRowSeat.eventCentre({
operator: "operatorIDName",
sport: "ufc",
targetModule: "stats",
eventId: "eventID",
version: "version number",
targetElementSelector: "#img-arena-event-centre",
language: "en",
initialContext: {
view: "stats",
fightId: "fightID"
}
});Last updated
Was this helpful?