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

    Interface ConfigurationInterceptor

    Interceptors used to access the current store of configurations. Registered as 'system.config.ConfigurationInterceptor' in the app runtime.

    interface ConfigurationInterceptor {
        intercept(store: ConfigurationStore): void;
    }
    Index

    Methods

    Methods