Type alias InteropConfig

InteropConfig: {
    currentContextGroup?: string | null;
    providerId?: string;
}

Type declaration

  • Optional currentContextGroup?: string | null

    Context Group for the client. (green, yellow, red, etc.).

  • Optional providerId?: string

    When provided, automatically connects the client to the specified provider uuid.

Generated using TypeDoc