Fightcard Event Centre
The following provides steps to embed just the fight card without navigation.
Steps to embed just the fight card - no navigation
const { MessageTopics } = frontRowSeat.eventCentreUtils;
const eventCentreInstance = frontRowSeat.eventCentre({
operator: "operatorIDName",
sport: "ufc",
targetModule: "fightCard",
eventId: "eventID",
version: "version number",
targetElementSelector: "#img-arena-event-centre",
language: "en"
});Last updated
Was this helpful?