Vinyl
    Preparing search index...

    Interface MtsEventsPersistenceOptions

    Allowed configuration for event persistence.

    MtsEvents.initializePersistence

    interface MtsEventsPersistenceOptions {
        saveInterval?: number;
        storageKey?: string;
    }
    Index

    Properties

    saveInterval?: number

    The number of seconds to throttle persistent saves.

    storageKey?: string

    The storage key to use. The persistent storage mechanism by default is LocalStorage, but may be changed by overriding persistenceRef before vinyl global is initialized.