map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface StoreEvents<IDType>

    Events that may be emitted by a store.

    Note that not all stores implement events.

    interface StoreEvents<IDType = AllowedIdTypes> {
        changed: StoreChangedEvent<IDType>;
    }

    Type Parameters

    Index

    Properties

    Properties

    Emitted when the underlying data changed.