Datalayer VS Code Extension - v0.0.9
    Preparing search index...

    Strategy for auto-connecting to a runtime.

    interface AutoConnectStrategy {
        name: string;
        tryConnect(context: AutoConnectContext): Promise<RuntimeDTO>;
    }

    Implemented by

    Index

    Properties

    Methods

    Properties

    name: string

    Strategy name (matches configuration enum)

    Methods