@dxos/client
    Preparing search index...

    Hierarchy

    • { content: string } & OfKind<Object, this>
      • TextV0Type
    Index

    Constructors

    • Parameters

      • _: never

      Returns TextV0Type

    Properties

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