secondaryItems property

List<CommandBarItem> secondaryItems
final

If non-empty, a "overflow item" will appear on the primary area (as built by overflowItemBuilder, or it will be a "more" button if overflowItemBuilder is null), and when activated, will show a flyout containing this list of secondary items.

Implementation

final List<CommandBarItem> secondaryItems;