MetadataEditor.reorderKey method
MetadataEditor › reorderKey
Unofficial
Reorder the entry to specified index position and save.Signature:
reorderKey(entry: PropertyEntryData<unknown>, index: number): unknownParameters:
| Parameter | Type | Description |
|---|---|---|
| entry | PropertyEntryData<unknown> | Property entry to reorder. |
| index | number | Target index position. |
Returns: unknown — The result of the reorder operation.