API Documentation
    Preparing search index...

    Interface ManagedService

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

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

    Methods

    Methods

    • Update the configuration for a service.

      Parameters

      • properties: ComponentProperties | undefined

        A copy of the Configuration properties, or undefined.

      Returns void