Skip to main content Link Search Menu Expand Document (external link)

EntityAddress.ts overview

Since v1.0.0


Exports Grouped by Category


models

EntityAddress (class)

Represents the unique address of an entity within the cluster.

Signature

declare class EntityAddress

Source

Since v1.0.0

[Hash.symbol] (method)

Signature

declare const [Hash.symbol]: () => any

Source

Since v1.0.0

[TypeId] (property)

Signature

readonly [TypeId]: symbol

Source

Since v1.0.0

schemas

EntityAddressFromSelf

Represents the unique address of an entity within the cluster.

Signature

declare const EntityAddressFromSelf: Schema.Schema<EntityAddress>

Source

Since v1.0.0

type ids

TypeId

Signature

declare const TypeId: unique symbol

Source

Since v1.0.0

TypeId (type alias)

Signature

type TypeId = typeof TypeId

Source

Since v1.0.0