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.
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
}
}
}
Copyright 2025 Samsung All rights reserved