Gets a list of native objects
The following example shows the listing of my-type native object instances:
my-type
import { pageNativeObjects, typeUriString } from "@contextual-io/native-object-client"const instances = await pageNativeObjects( typeUriString("my-type"),) Copy
import { pageNativeObjects, typeUriString } from "@contextual-io/native-object-client"const instances = await pageNativeObjects( typeUriString("my-type"),)
Gets a list of native objects