@dxos/client
    Preparing search index...

    Hierarchy

    • {
          context?: { object?: string; schema?: string; space?: string };
          messages: Ref<MessageType & OfKind<Object> & Unknown>[];
          title?: string;
      } & OfKind<Object, this>
      • ThreadType
    Index

    Constructors

    • Parameters

      • _: never

      Returns ThreadType

    Properties

    "~@dxos/echo/Kind": Object
    context?: { object?: string; schema?: string; space?: string } = ...
    id: string
    messages: Ref<MessageType & OfKind<Object> & Unknown>[] = ...
    title?: 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"?: ThreadType & 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