MetadataEditor.removeProperties method
MetadataEditor › removeProperties
Unofficial
Remove specified properties from the metadata editor and save, and reset focus if specified.Signature:
removeProperties(properties: MetadataEditorProperty[], resetFocus?: boolean | undefined): unknownParameters:
| Parameter | Type | Description |
|---|---|---|
| properties | MetadataEditorProperty[] | Properties to remove. |
| resetFocus? | boolean | undefined | Whether to reset focus after removal. |
Returns: unknown — The result of the removal operation.