Interface RuntimeLayerUpdate

interface RuntimeLayerUpdate {
    filter?: unknown;
    layout?: RuntimeLayoutSpecification;
    maxzoom?: number;
    metadata?: Record<string, unknown>;
    minzoom?: number;
    order?: RuntimeLayerOrder;
    paint?: RuntimePaintSpecification;
    source?: string;
    source-layer?: string;
    type?: string;
}

Hierarchy

Properties

filter?: unknown
maxzoom?: number
metadata?: Record<string, unknown>
minzoom?: number
source?: string
source-layer?: string
type?: string