Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
ViewNavigation and NavigationTabs widget types are added
Browse files Browse the repository at this point in the history
  • Loading branch information
DRITE committed Sep 7, 2021
1 parent b7b6a9b commit be0beee
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/interfaces/widget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,15 @@ export enum WidgetTypes {
DimFilter = 'DimFilter',
Text = 'Text',
FlatTree = 'FlatTree',
FlatTreePopup = 'FlatTreePopup'
FlatTreePopup = 'FlatTreePopup',
/**
* Navigation tabs widget to be excluded from the widget stream
*/
ViewNavigation = 'ViewNavigation',
/**
* Navigation tabs widget to be displayed in the widget stream
*/
NavigationTabs = 'NavigationTabs'
}

/**
Expand Down

0 comments on commit be0beee

Please sign in to comment.