Interface ILeafletApi

Interface for the available Leaflet API functionality

interface ILeafletApi {
    type: LEAFLET;
    chapters: IChapterApi;
    offers: IOfferApi;
    viewstate: IViewStateApi;
}

Hierarchy

  • IHorizonApi
    • ILeafletApi

Properties

type: LEAFLET

The Horizon experience type

chapters: IChapterApi

The Chapter API

offers: IOfferApi

The Offer API

viewstate: IViewStateApi

The ViewState API