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 DemoVaultConfigInterfaceCoverageSpecProperties
| Property | Type | Description |
|---|---|---|
| interfaceName | string | The name of the export interface, export class, or export enum whose properties are the config options. |
| sourcePath | string | The source file path (relative to the repo root) that declares the interface, class, or enum. |
Links to this page: