Controls whether to display item numbers in lists in result and input views when enhanced list navigation is enabled. Bixby's behavior depends on both whether this override is explicitly set and whether it is set to Always
or Never
:
Always
: item numbers will always be enabled in lists in this view.Never
: item numbers will always be disabled in lists in this view.result-view {
...
overrides {
show-ordinals-on-list (Always)
}
}
This key can be used in both result and input views.
input-view {
...
overrides {
show-ordinals-on-list (Always)
}
}
Also see the show-ordinals-on-list
capsule runtime override, which defines this behavior on a capsule-wide basis.
The enhanced-list-navigation
capsule override must be set to true
for show-ordinals-on-list
to have any effect.
Currently, this key only applies to mobile
devices. It will be made available on other devices in the future.
value optional | The value for show-ordinals-on-list |
Copyright 2024 Samsung All rights reserved