Opensearch dashboards.savedobjectsimportsuccess
Home > opensearch-dashboards > SavedObjectsImportSuccess
SavedObjectsImportSuccess interface
Represents a successful import.
Signature:
export interface SavedObjectsImportSuccess
Properties
| Property | Type | Description |
|---|---|---|
| createNewCopy? | boolean | (Optional) |
| destinationId? | string | (Optional) If destinationId is specified, the new object has a new ID that is different from the import ID. |
| id | string | |
| meta | { title?: string; icon?: string; } | |
| overwrite? | boolean | (Optional) If overwrite is specified, this object overwrote an existing one (or will do so, in the case of a pending resolution). |
| type | string |