# Node object hash / objectSorter / SorterOptions
objectSorter.SorterOptions
Object sorter options
-
SorterOptions
• Optional
coerce: boolean
| CoerceOptions
If true
enables type coercion.
Advanced coerce options could be provided as object
Default
true;
• Optional
sort: boolean
| SortOptions
If true
enables sorting.
Advanced sorting options could be provided as object
Default
true;
• Optional
trim: boolean
| TrimOptions
If true
enables trimming and multiple whitespace replacement.
Advanced sorting options could be provided as object.
Default
false;