Interface InteractiveLayerOptions

interface InteractiveLayerOptions {
    attribution?: string;
    bubblingMouseEvents?: boolean;
    interactive?: boolean;
    pane?: string;
}

Hierarchy (View Summary)

Properties

attribution?: string
bubblingMouseEvents?: boolean
interactive?: boolean
pane?: string