Skip to content

RegisterDemoVaultButtonSuiteOptions

The options for registerDemoVaultButtonSuite.

Import:

import type { RegisterDemoVaultButtonSuiteOptions } from 'obsidian-dev-utils/script-utils/demo-vault-buttons';

Signature:

export interface RegisterDemoVaultButtonSuiteOptions

Properties

PropertyTypeDescription
buttonResultTimeoutInMilliseconds?numberHow long, in milliseconds, to wait for a clicked button to report a result.
excludedNotes?readonly string[]Note file names (relative to the demo vault root) to skip.
rootFolder?stringThe repository root holding demo-vault/.
settleTimeoutInMilliseconds?numberHow long, in milliseconds, to wait for a note's preview and its buttons to mount.

Links to this page: