# Hole Level Deep Linking

### Hole View:

Enables hole-level initialization of the Event Centre, supporting modular integration with 2-Ball, 3-Ball, and Player Market components. This configuration is suited for highlighting Par 3 holes with dedicated streaming feeds.

| Features            |   |
| ------------------- | - |
| Top Nav             | ✅ |
| Navigation          | ✅ |
| Favourites          | ✅ |
| Search              | ✅ |
| Streaming button    | ✅ |
| Targetted Hole View | ✅ |

```
<script src="https://unpkg.com/@img-arena/front-row-seat"></script>
<script>
  const {
    MessageTopics
  } = frontRowSeat.eventCentreUtils;
  const eventCentreInstance = frontRowSeat.eventCentre({
    operator: "img",
    // theme: "default-preview",
    // env: "sims",
    sport: "golf",
    targetModule: "hole",
    eventId: "821",
    version: "latest",
    targetElementSelector: "#img-arena-event-centre",
    language: "en",
    // options: {
    //   videoPlaybackEnabled: true,
    //   holeNavOnly: true
    // },
    initialContext: {
    //Specific Group
          view: "course-detail-hole",
          holeNo: "5"
    }
  });
</script>
```

{% embed url="<https://codepen.io/Waqas-Jadoon/pen/mdgzKYy>" %}
