AppSetting
Defined in: src/obsidian/internals/AppSetting.d.ts:9
Extends
Properties
activeTab
activeTab:
null
|SettingTab
Defined in: src/obsidian/internals/AppSetting.d.ts:13
Current active tab of the settings modal
activeTabCloseable
activeTabCloseable:
null
|CloseableComponent
Defined in: src/obsidian/internals/AppSetting.d.ts:17
Closeable component for the active tab
app
app:
App
Defined in: obsidian.d.ts:2810
Inherited from
containerEl
containerEl:
HTMLElement
Defined in: obsidian.d.ts:2818
Inherited from
contentEl
contentEl:
HTMLElement
Defined in: obsidian.d.ts:2831
Inherited from
lastTabId
lastTabId:
string
Defined in: src/obsidian/internals/AppSetting.d.ts:29
Previously opened tab ID
modalEl
modalEl:
HTMLElement
Defined in: obsidian.d.ts:2822
Inherited from
pluginTabs
pluginTabs:
SettingTab
[]
Defined in: src/obsidian/internals/AppSetting.d.ts:33
List of all plugin tabs (core and community, ordered by precedence)
scope
scope:
Scope
Defined in: obsidian.d.ts:2814
Inherited from
settingTabs
settingTabs:
SettingTab
[]
Defined in: src/obsidian/internals/AppSetting.d.ts:37
List of all core settings tabs (editor, files & links, …)
shouldAnimate
shouldAnimate:
boolean
Defined in: src/obsidian/augmentations/Modal.d.ts:18
Whether the modal should animate
Inherited from
shouldRestoreSelection
shouldRestoreSelection:
boolean
Defined in: obsidian.d.ts:2836
Inherited from
titleEl
titleEl:
HTMLElement
Defined in: obsidian.d.ts:2827
Inherited from
win
win:
null
|Window
Defined in: src/obsidian/augmentations/Modal.d.ts:22
Reference to the global Window object
Inherited from
Methods
close()
close():
void
Defined in: obsidian.d.ts:2850
Returns
void
Inherited from
onClose()
onClose():
void
Defined in: obsidian.d.ts:2858
Returns
void
Inherited from
onOpen()
onOpen():
void
Defined in: obsidian.d.ts:2854
Returns
void
Inherited from
open()
open():
void
Defined in: obsidian.d.ts:2845
Returns
void
Inherited from
openTabById()
Call Signature
openTabById(
id
):HotkeysSettingTab
Defined in: src/obsidian/internals/AppSetting.d.ts:62
Parameters
id
"hotkeys"
Returns
Call Signature
openTabById(
id
):SettingTab
Defined in: src/obsidian/internals/AppSetting.d.ts:68
Open a specific tab by ID
Parameters
id
string
ID of the tab to open
Returns
setContent()
setContent(
content
):this
Defined in: obsidian.d.ts:2867
Parameters
content
string
| DocumentFragment
Returns
this
Inherited from
setTitle()
setTitle(
title
):this
Defined in: obsidian.d.ts:2863
Parameters
title
string
Returns
this