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:

Parameter Type Description
properties MetadataEditorProperty[] Properties to remove.
resetFocus? boolean | undefined Whether to reset focus after removal.

Returns: unknownThe result of the removal operation.