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

    Interface BackendServiceController

    interface BackendServiceController {
        close?: () => void;
        createClient(
            ...args: unknown[],
        ): BackendServiceConnection | Promise<BackendServiceConnection>;
    }
    Index

    Properties

    Methods

    Properties

    close?: () => void

    Methods