@dxos/react-client
    Preparing search index...

    Interface OfKind<K>

    Assigns a kind to an Object or Relation instance. NOTE: Needed to make isRelation and isObject checks work.

    interface OfKind<K extends Entity.Kind> {
        "~@dxos/echo/Kind": K;
        id: string;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    "~@dxos/echo/Kind": K
    id: string