Defines the data serialized for current property path and sort state.

interface ObjectByPathData {
    path?: PropertyPath;
    state?: string;
}
Hierarchy
Index

Current sorted object property if any.

state?: string

Current sort state:

- `none` no sorting.
- `asc` ascending sort.
- `desc` descending sort.