Cloud API Overview > @adpt/cloud > UseConnectToOptions
UseConnectToOptions interface
Options for useConnectTo
Signature:
export interface UseConnectToOptions
Properties
Property | Type | Description |
---|---|---|
scope | NetworkScope | Scope from which returned connection information should be usable |
xform | (e: Environment ) => Environment | A function that will transform each environment before it is merged |