MCPcopy Index your code
hub / github.com/ZenNotes/zennotes / SettingsSubTab

Interface SettingsSubTab

packages/app-core/src/components/SettingsModal.tsx:98–104  ·  view source on GitHub ↗

A focused sub-screen within a dense category (e.g. Vault → Location/Folders/Remote).

Source from the content-addressed store, hash-verified

96
97/** A focused sub-screen within a dense category (e.g. Vault → Location/Folders/Remote). */
98interface SettingsSubTab {
99 id: string
100 title: string
101 /** Search-item ids that live on this sub-tab, so search-jump can open the right one. */
102 searchIds?: string[]
103 content: JSX.Element
104}
105
106interface SettingsCategory extends SettingsSearchCategory<SettingsCategoryId> {
107 id: SettingsCategoryId

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected