DemoVaultNote
One demo-vault note and how many buttons its source declares.
Import:
import type { DemoVaultNote } from 'obsidian-dev-utils/script-utils/demo-vault-buttons';Signature:
export interface DemoVaultNoteProperties
| Property | Type | Description |
|---|---|---|
| buttonCount | number | How many code-button fences the note's source declares. |
| name | string | The note's file name, relative to the demo vault root. |
Links to this page: