Bixby Developer Center

References

show-ordinals-on-list

optionalvalue optional

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.
  • not set (the default): item numbers will be enabled for lists in input views and disabled for lists in result views, unless overridden at the capsule level.

Example

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.

Note

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.

Child Keys

value
optional
The value for show-ordinals-on-list