Interface SortOptions
Indexable
- [key: string]: boolean
Additional custom sorting flags.
Keys not explicitly defined above are allowed to support forward-compatible or experimental sorting strategies.
Additional custom sorting flags.
Keys not explicitly defined above are allowed to support forward-compatible or experimental sorting strategies.
Sorting configuration flags used during collection sorting and export.
The following sorting modes are currently recognized:
This interface is intentionally extensible. Additional boolean flags may be introduced in the future to support new sorting strategies without requiring structural changes to the API surface.
Unknown keys are permitted and interpreted as opt-in sorting modes.