Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/compodoc/compodoc
/ _isTabPane
Method
_isTabPane
test/fixtures/todomvc-ng2/src/app/test.component.ts:171–178 ·
view source on GitHub ↗
(tabPane: any)
Source
from the content-addressed store, hash-verified
169
}
170
171
private _isTabPane(tabPane: any): boolean {
172
if
(!tabPane) {
173
console.info(
'没有找到对应的索引的tab-pane'
);
174
return
false;
175
}
else
{
176
return
true;
177
}
178
}
179
180
/**
181
* 添加tab页
Callers
2
hideTab
Method · 0.95
showTab
Method · 0.95
Calls
1
info
Method · 0.45
Tested by
no test coverage detected