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

    Interface ManagedService

    A managed service. A managed service is registered as ct.framework.api.ManagedService.

    interface ManagedService {
        updated(properties: undefined | ComponentProperties): void;
    }
    Index

    Methods

    Methods

    • Update the configuration for a service.

      Parameters

      • properties: undefined | ComponentProperties

        A copy of the Configuration properties, or undefined.

      Returns void