File

src/base/service-configured.ts

Description

This interface is for indicating the nature of a service's configuration updates (configured$ observable).

Index

Properties

Properties

success
success: boolean
Type : boolean

TRUE if a model was successfully retrieved, FALSE otherwise

uriChanged
uriChanged: boolean
Type : boolean

TRUE if the change related to this reconfiguration was a URI (endpoint) change, FALSE otherwise

export interface IServiceConfigured {
    /** TRUE if a model was successfully retrieved, FALSE otherwise */
    success: boolean;
    /** TRUE if the change related to this reconfiguration was a URI (endpoint) change, FALSE otherwise */
    uriChanged: boolean;
}

results matching ""

    No results matching ""