@dxos/client
    Preparing search index...

    Hierarchy

    • {
          blocks: {
              content?: Ref<TextV0Type & OfKind<Object> & Unknown>;
              object?: Ref<Unknown>;
              timestamp: string;
          }[];
          context?: { object?: string; schema?: string; space?: string };
          date?: string;
          links?: readonly Ref<Unknown>[];
          read?: boolean;
          subject?: string;
          type?: string;
      } & OfKind<Object, this>
      • MessageType
    Index

    Constructors

    • Parameters

      • _: never

      Returns MessageType

    Properties

    "~@dxos/echo/Kind": Object
    blocks: {
        content?: Ref<TextV0Type & OfKind<Object> & Unknown>;
        object?: Ref<Unknown>;
        timestamp: string;
    }[] = ...
    context?: { object?: string; schema?: string; space?: string } = ...
    date?: string = ...
    id: string
    links?: readonly Ref<Unknown>[] = ...
    read?: boolean = ...
    subject?: string = ...
    type?: string = ...
    "~@dxos/echo/Kind": Type

    Entity-kind brand of the type-entity value itself — always EntityKind.Type. The kind of instance the type describes lives on [SchemaKindId] (Object / Relation / Type). Lets Obj.isObject / Relation.isRelation reject type entities by a single [KindId] check.

    "~@dxos/echo/SchemaKind": Object

    Schema-kind brand (object).

    "~@dxos/echo/Type.Instance"?: MessageType & OfKind<Object>
    "~@dxos/echo/Type.StaticSchema": AnyNoContext

    Source Effect Schema — used internally by Type.getSchema(self).

    fields: {}

    The fields defined in the original struct schema. Allows accessing field definitions for introspection.

    id: string

    Object id. Like all ECHO entities, type entities always carry an id — stamped at construction for in-memory (static) declarations and assigned by the database once persisted. The id does NOT determine the entity's URI: static types resolve to their typename DXN, persisted types to echo:/<id> (see getTypeURIFromSpecifier).

    jsonSchema: JsonSchemaType
    name?: string