WebviewState: {
    itineraries: WebviewItinerary[];
    mciIndependantJobs?: MCIJob[];
    mciRouteLinks: MCIRouteLink[];
    operations: WebviewOperation[];
    pois: WebviewPOI[];
    polygons?: ARPolygon[];
    referencePlanning: ARReferencePlanningLite | ARReferencePlanning;
    sites: WebviewSite[];
    texts: WebviewText[];
    trucks: ARTruck[];
}

Webview State is a mirror of the ARBaseState adding display options for each entity.

Type declaration

Generated using TypeDoc