Bixby Developer Center

References

default-ordering

optionalvalue required

This node is identical to ordering, with the additional effect that it is used to sort this concept in cases where no ordering is specified by name. If specified, this key also overrides natural-order everywhere that is used.

Example

        highlights {
select(pick) {
// This first highlight uses preference learning to present a personalized recommendation based on the user's past behavior
label {
macro (HIGHLIGHT_LABEL_BY_PREFERENCES)
}
macro (space-resort-highlight) {
param (spaceResort) {
expression(pick)
}
}
order-by {
sorting (pick) {
by-preferences
}
}
}

View 1e25bcd on GitHub

Child Keys

sorting
optional
An expression that evaluates to a concept value, which will be used as a sort key for the concept being sorted