Native Object Client
    Preparing search index...

    Function pageNativeObjects

    • Gets a list of native objects

      Type Parameters

      • T = any

      Parameters

      • uri: string & $brand<"typeUri">
      • __namedParameters: Options = {}

      Returns Promise<ListResponse<T>>

      The following example shows the listing of my-type native object instances:

      import { pageNativeObjects, typeUriString } from "@contextual-io/native-object-client"

      const instances = await pageNativeObjects(
      typeUriString("my-type"),
      )