@dxos/client
    Preparing search index...

    Variable getSchemaConst

    getSchema: (rel: unknown | undefined) => AnyEntity | undefined

    Get the schema of the relation. Returns the branded ECHO schema used to create the relation.

    Type declaration

      • (rel: unknown | undefined): AnyEntity | undefined
      • Parameters

        • rel: unknown | undefined

        Returns AnyEntity | undefined