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

    Interface StorageEventInit

    interface StorageEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        key?: string;
        newValue?: string;
        oldValue?: string;
        storageArea?: Storage;
        url?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    key?: string
    newValue?: string
    oldValue?: string
    storageArea?: Storage
    url?: string