# Full Event Centre

## Steps to implement full EC:

* Add your unique operator ID name.
* Set targetModule as "full"
* Enter the eventId, note to use the unique ID for the fightcard, i.e UFC 254, event ID is "625".

```javascript
      const { MessageTopics } = frontRowSeat.eventCentreUtils;
      const eventCentreInstance = frontRowSeat.eventCentre({
        operator: "operatorIDName",
        sport: "ufc",
        targetModule: "full",
        eventId: "eventID",
        version: "latest",
        targetElementSelector: "#img-arena-event-centre",
        language: "en"
      });
```

This will grant full access to UFC Fightcard

{% embed url="<https://codesandbox.io/s/full-fight-card-forked-g8e23v>" %}

##
