@grandlinex/core
    Preparing search index...

    Interface ICoreBridge

    interface ICoreBridge {
        connect(): void;
        getTarget(): ICoreAnyModule;
        setState(state: BridgeState): void;
        waitForState(state: BridgeState): Promise<boolean>;
    }

    Implemented by

    Index

    Methods