InterfaceScopedConnectionBeta

interface ScopedConnection {
    isConnected: boolean;
    disconnect(): boolean;
    dispose(): void;
    getTypeName(): string;
    isOfType(type: string): boolean;
    isSame(other: ScriptObject): boolean;
}

Hierarchy (view full)

Properties

isConnected: boolean

Methods

  • Beta

    Returns boolean

  • Beta

    Parameters

    • type: string

    Returns boolean