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

    Interface ConfigurationStoreEvents

    Events thrown by the ConfigurationStore

    interface ConfigurationStoreEvents {
        ConfigChanged: {
            item: ConfigurationStoreEntry;
            pid: string;
            removed: boolean;
            source: ConfigurationStore;
        };
    }
    Index

    Properties

    Properties

    ConfigChanged: {
        item: ConfigurationStoreEntry;
        pid: string;
        removed: boolean;
        source: ConfigurationStore;
    }

    Configuration has changed.