Skip to content

InternalPluginsConfigRecord

Unofficial

Record mapping internal plugin names to their enabled/disabled state.

Import:

import type { InternalPluginsConfigRecord } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface InternalPluginsConfigRecord extends Record<InternalPluginNameType, boolean>

Extends: Record<InternalPluginNameType, boolean>


Links to this page: