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

    Interface IDBVersionChangeEventInit

    interface IDBVersionChangeEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        newVersion?: number;
        oldVersion?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    newVersion?: number
    oldVersion?: number