We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6547c8 commit cc56434Copy full SHA for cc56434
1 file changed
src/tab/Container.mjs
@@ -84,9 +84,9 @@ class Container extends BaseContainer {
84
tabBarId: null,
85
/**
86
* Default configs for the tab.Strip
87
- * @member {Object|null} tabStripDefaults=null
+ * @member {Object|null} tabStrip=null
88
*/
89
- tabStripDefaults: null,
+ tabStrip: null,
90
91
* @member {String|null} tabStripId=null
92
@@ -272,7 +272,7 @@ class Container extends BaseContainer {
272
id : me.tabStripId,
273
tabContainerId : me.id,
274
useActiveTabIndicator: me.useActiveTabIndicator,
275
- ...me.tabStripDefaults
+ ...me.tabStrip
276
}, {
277
ntype : 'container',
278
cls : ['neo-container', 'neo-tab-content-container'],
0 commit comments