@arl/leaflet-tracksymbol2
    Preparing search index...

    Interface DivOverlayOptions

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

    Hierarchy (View Summary)

    Index

    Properties

    className?: string
    content?:
        | string
        | HTMLElement
        | ((layer: Layer) => string)
        | ((layer: Layer) => HTMLElement)
    interactive?: boolean
    pane?: string