UNPKG

ns-components-angular

Version:

Angular Wrapper Components for NSComponents

23 lines (22 loc) 622 B
export interface INSTabNavigatorSetting { context?: any; enableCreateTabs?: boolean; arrTabs?: any[]; tabParentElement?: string; tabElement?: string; tabAttribute?: string; contentParent?: any; event?: string; tabTemplateCallback?: any; enableHashChange?: boolean; enableClose?: boolean; enableAnimation?: boolean; animationType?: string; enableOverflow?: boolean; extraLeftButtons?: boolean; extraRightButtons?: boolean; overflowScrollDistance?: number; overflowScrollDuration?: number; enableIndicator?: boolean; [propName: string]: any; }