Skip to content

PluginSettingsComponentBaseConstructorParams<PluginSettings>

Constructor parameters for PluginSettingsComponentBase.

Import:

import type { PluginSettingsComponentBaseConstructorParams } from 'obsidian-dev-utils/obsidian/components/plugin-settings-component';

Signature:

export interface PluginSettingsComponentBaseConstructorParams<PluginSettings>

Properties

PropertyTypeDescription
dataHandlerDataHandlerThe data handler for the plugin.
pluginEventSourcePluginEventSourceThe plugin events.
pluginSettingsClassConstructor<PluginSettings, []>The plugin settings class.