Creates a native object
The following example shows the creation of a my-type native object instance:
my-type
import { createNativeObject, typeUriString } from "@contextual-io/native-object-client"const newObject = await createNativeObject( typeUriString("my-type"), { "foo": "bar", },) Copy
import { createNativeObject, typeUriString } from "@contextual-io/native-object-client"const newObject = await createNativeObject( typeUriString("my-type"), { "foo": "bar", },)
Creates a native object