DestroyObjects
Destroys objects.
Syntax
// Assumes shellUI has been initialized with IShellUI instance
const results = await shellUI.Vault.ObjectOperations.DestroyObjects({
obj_ids: [] /* Array of ObjID */,
});
Message
| Name | Description | Type |
|---|---|---|
obj_ids | The objects to destroy, as an ObjIDArray object. | ObjID[] |
Return type
| Name | Description | Type |
|---|
Example
{}