interface DivOverlayOptions {
    className?: string;
    content?: string | HTMLElement | ((layer) => string) | ((layer) => HTMLElement);
    interactive?: boolean;
    offset?: PointExpression;
    pane?: string;
}

Hierarchy

Properties

className?: string
content?: string | HTMLElement | ((layer) => string) | ((layer) => HTMLElement)

Type declaration

    • (layer): string
    • Parameters

      Returns string

Type declaration

interactive?: boolean
pane?: string

Generated using TypeDoc