Connection
Defined in: pkgs/core/src/connection/registry.ts:29
Properties
Section titled “Properties”capabilities
Section titled “capabilities”
readonlycapabilities:Capabilities
Defined in: pkgs/core/src/connection/registry.ts:33
createdAt
Section titled “createdAt”
readonlycreatedAt:Date
Defined in: pkgs/core/src/connection/registry.ts:36
displayName
Section titled “displayName”
readonlydisplayName:string
Defined in: pkgs/core/src/connection/registry.ts:32
readonlyid:string
Defined in: pkgs/core/src/connection/registry.ts:30
readonlykind:string
Defined in: pkgs/core/src/connection/registry.ts:31
liveness
Section titled “liveness”
readonlyliveness:LivenessState
Defined in: pkgs/core/src/connection/registry.ts:34
metadata
Section titled “metadata”
readonlymetadata:Readonly<Record<string,unknown>>
Defined in: pkgs/core/src/connection/registry.ts:35
updatedAt
Section titled “updatedAt”
readonlyupdatedAt:Date
Defined in: pkgs/core/src/connection/registry.ts:37
Methods
Section titled “Methods”onLivenessChange()
Section titled “onLivenessChange()”onLivenessChange(
cb): () =>void
Defined in: pkgs/core/src/connection/registry.ts:38
Parameters
Section titled “Parameters”(state) => void
Returns
Section titled “Returns”() => void