@dxos/client
    Preparing search index...

    Hierarchy

    • { content: Ref<TextV0Type & OfKind<Object> & Unknown>; title?: string } & OfKind<
          Object,
          this,
      >
      • DocumentType
    Index

    Constructors

    • Parameters

      • _: never

      Returns DocumentType

    Properties

    "~@dxos/echo/Kind": Object
    content: Ref<TextV0Type & OfKind<Object> & Unknown> = ...
    id: string
    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"?: DocumentType & 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