Bixby Developer Center

References

sorting

optionalmultiple allowedvalue optional

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

The expression, for example, can be a property of the structure you're sorting, an expression that formats a property, or a binding path.

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

by
optional
Specifies a named ordering defined on the concept that the expression evaluates to
inverted
optional
Bare boolean that inverts the specified sort order