contextId

Accessor

The Guid that identifies the context for this BlankConnection.

contextId: undefined | string

note This can also be set via the BlankConnection.create method using BlankConnectionProps.contextId.

Returns - undefined | string


Setter

The Guid that identifies the context for this BlankConnection.

contextId(contextId: undefined | string): void

note This can also be set via the BlankConnection.create method using BlankConnectionProps.contextId.

Parameter Type Description
contextId undefined | string  

Returns - void

Defined in

Last Updated: 29 November, 2022