Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chieapp/chie
/ getSubViewType
Method
getSubViewType
src/view/base-view.ts:85–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
export
interface
BaseViewType extends BaseViewConstructorType {
84
getMenuItems?(): MenuItemOptions<BaseView<WebService<WebAPI>>>[];
85
getSubViewType?(): BaseViewType;
86
}
Callers
1
constructor
Method · 0.65
Implementers
1
MultiChatsView
src/view/multi-chats-view.ts
Calls
no outgoing calls
Tested by
no test coverage detected