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

    Interface ErrorEvent

    interface ErrorEvent {
        code: number;
        layer: any;
        message: string;
        popup: any;
        propagatedFrom: any;
        sourceTarget: any;
        target: any;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: number
    layer: any

    The same as propagatedFrom.

    message: string
    popup: any
    propagatedFrom: any
    sourceTarget: any
    target: any
    type: string