items property

List<ZdsNavItem> items
final

The ZdsNavItem list that will be displayed at the bottom of the component. Each item should be linked to a separate view.

Implementation

final List<ZdsNavItem> items;