On this page

Type Alias GlobalProperties

GlobalProperties: Readonly<
    {
        accumulated?: Value;
        elevation?: number;
        globalState?: Record<string, any>;
        heatmapDensity?: number;
        isSupportedScript?: (_: string) => boolean;
        lineProgress?: number;
        zoom: number;
    },
>
Was this helpful?
SDK JS
Reference
GlobalProperties