Skip to content

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): unknown

Parameters:

ParameterTypeDescription
propertiesMetadataEditorProperty[]Properties to remove.
resetFocus?boolean | undefinedWhether to reset focus after removal.

Returns: unknownThe result of the removal operation.