Skip to content

DemoVaultConfigInterfaceCoverageSpec

Reflects a config interface whose options are demonstrated by their bare name.

Import:

import type { DemoVaultConfigInterfaceCoverageSpec } from 'obsidian-dev-utils/script-utils/demo-vault-coverage';

Signature:

export interface DemoVaultConfigInterfaceCoverageSpec

Properties

PropertyTypeDescription
interfaceNamestringThe name of the export interface, export class, or export enum whose properties are the config options.
sourcePathstringThe source file path (relative to the repo root) that declares the interface, class, or enum.

Links to this page: