ReadonlyPluginSettingsState<PluginSettings>
Readonly version of PluginSettingsState for use in event callbacks and public getters.
Import:
import type { ReadonlyPluginSettingsState } from 'obsidian-dev-utils/obsidian/components/plugin-settings-component';Signature:
export type ReadonlyPluginSettingsState<PluginSettings extends object>Signature:
type ReadonlyPluginSettingsState<PluginSettings> = ReadonlyDeep<PluginSettingsState<PluginSettings>>Type: ReadonlyDeep<PluginSettingsState<PluginSettings>>
Links to this page: