SortArrayObjectsByKey Op

SortArrayObjectsByKey

This op is deprecated!

It will not receive any updates

sort an array of objects by value of object properties


Lets you sort an array of objects (as i.e. given by CsvArray) by one properties of the containing objects. Can be "nested" properties, use '.' as a seperator then (i.e. dimensions.width).


Full Name
  • Ops.Extension.Deprecated.SortArrayObjectsByKey
Visibility
  •  Extension Op - visible for members of team Deprecated, is deprecated
License
  • MIT
AuthorgithubMaintained by Team


INPUT PORTS


Array to sort (Array)

the array of objects to sort

Sort property (String)

sorting property, can be "nested" (i.e. dimensions.width)

Sorting mode index (Number: integer)

OUTPUT PORTS


Sorted array (Array)

the sorted array of objects


 

Patches using SortArrayObjectsByKey

  • Examples
  • Public
  • My Patches

Changelog


deprecationop Ops.Array.SortArrayObjectsByKey was deprecateduser avatarpandur - 2024-08-05 12:05