pyautark (soon)
@urban-toolkit/autk-plot / ExecutedSortTransform
Type Alias: ExecutedSortTransform
ExecutedSortTransform =
object
Defined in: transforms/presets/sort.ts:22
Result produced by runSort.
Contains the sort preset tag plus rows carrying their original autkIds for downstream selection linking.
Properties
preset
preset:
"sort"
Defined in: transforms/presets/sort.ts:24
Preset discriminator identifying the executed transform.
rows
rows:
AutkDatum[]
Defined in: transforms/presets/sort.ts:26
Sorted rows preserving their original autkIds provenance.