@dxos/client
    Preparing search index...

    Interface Unknown

    Relation with no known properties beyond id, kind, source, and target. Use this when the relation's schema/properties are not known.

    NOTE: This is a TypeScript type only, not a schema. To validate that a value is an ECHO relation, use Relation.isRelation.

    interface Unknown {
        "[Source]": Unknown;
        "[Target]": Unknown;
        "~@dxos/echo/Kind": Relation;
        id: string;
    }

    Hierarchy

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

    Properties

    "[Source]": Unknown
    "[Target]": Unknown
    "~@dxos/echo/Kind": Relation
    id: string