MCPcopy 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

83export interface BaseViewType extends BaseViewConstructorType {
84 getMenuItems?(): MenuItemOptions<BaseView<WebService<WebAPI>>>[];
85 getSubViewType?(): BaseViewType;
86}

Callers 1

constructorMethod · 0.65

Implementers 1

MultiChatsViewsrc/view/multi-chats-view.ts

Calls

no outgoing calls

Tested by

no test coverage detected