InternalPluginsConfigRecord
Unofficial
Record mapping internal plugin names to their enabled/disabled state.
Import:
import type { InternalPluginsConfigRecord } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface InternalPluginsConfigRecord extends Record<InternalPluginNameType, boolean>Extends: Record<InternalPluginNameType, boolean>
Links to this page: