Bixby Developer Center

References

filter-by

optionalvalue required

Determines the filtering method of the items in a list.

Example

select (pick) {
label (my lower pick) // required
filter-by (pick.primitive < 200) // optional
summary (this is a test) // optional
layout-match (pick) { // required
mode (Summary)
}
}