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