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