@dxos/client
    Preparing search index...

    Interface Any

    Base type for all Relations objects.

    interface Any {
        "[KindId]": Relation;
        "[Source]": Any;
        "[Target]": Any;
        id: string;
    }

    Hierarchy

    • BaseRelation<Obj.Any, Obj.Any>
      • Any
    Index

    Properties

    "[KindId]": Relation
    "[Source]": Any
    "[Target]": Any
    id: string