BackendServices | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Interface BackendServices

    Extend this interface to describe backend services

    interface BackendServices {
        "platform:assetpacks": AssetPackControlClient;
        "platform:configuration": ConfigClient;
        "platform:coreservices": NodeServicesClient;
        "platform:nodeservices": NodeServicesClient;
        "platform:servicemanager": ServiceManagerClient;
        "system:chromeheadlessrunner": {
            getConnectParams(): Promise<{ connectorurl: string }>;
        };
        "system:managedqueuemgr": { stopCancelledTasks(): Promise<void> };
    }
    Index

    Properties

    "platform:assetpacks": AssetPackControlClient
    "platform:configuration": ConfigClient
    "platform:coreservices": NodeServicesClient
    "platform:nodeservices": NodeServicesClient
    "platform:servicemanager": ServiceManagerClient
    "system:chromeheadlessrunner": {
        getConnectParams(): Promise<{ connectorurl: string }>;
    }
    "system:managedqueuemgr": { stopCancelledTasks(): Promise<void> }