@dxos/client
    Preparing search index...

    Class SpaceProperties

    Hierarchy

    • SpaceProperties_base
      • SpaceProperties
    Index

    Constructors

    • Parameters

      • _: never

      Returns SpaceProperties

    Properties

    "~@dxos/echo/Kind": Object
    computeEnvironment?: "local" | "edge" | "disabled"
    description?: string
    edgeReplication?: boolean
    hue?: string
    icon?: string
    iconHue?: string
    id: string
    invocationTraceFeed?: Ref<Feed & OfKind<Object> & Unknown>
    name?: 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"?: SpaceProperties & 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