Skip to content

HideVaultNameOptions

Options for hideVaultName.

Import:

import type { HideVaultNameOptions } from 'obsidian-integration-testing';

Signature:

export interface HideVaultNameOptions

Properties

PropertyTypeDescription
transport?ObsidianTransportOverride the transport. When omitted, the transport the current test context is driving is used.
vaultPath?stringThe vault whose Obsidian window to hide the name in. When omitted, the current test context's vault is used.

Links to this page: