GeoLeaf Core API - v3.0.0
    Preparing search index...
    StyleSelector: {
        getCurrentStyle(layerId: string): string | null;
        setCurrentStyle(layerId: string, styleId: string): void;
        renderDOM(item: LayerItemForStyle): HTMLElement | null;
        bindEvents(container: HTMLElement, item: LayerItemForStyle): void;
        applyStyle(layerId: string, styleId: string): Promise<void>;
    } = _LayerManagerStyleSelector

    Type Declaration