Interface ClientConfigurationOperations
Methods
exportAsCustom
- exportAsCustom(params: ExportCustomParams): Promise<unknown>
Returns Promise<unknown>
exportAsGLTF
- exportAsGLTF(params?: ExportGLTFParams): Promise<string>
Returns Promise<string>
save
- save(): Promise<SaveResult>
Exports the active configuration as a gltf.
Returns the url to the gltf.