HideVaultNameOptions
Options for hideVaultName.
Import:
import type { HideVaultNameOptions } from 'obsidian-integration-testing';Signature:
export interface HideVaultNameOptionsProperties
| Property | Type | Description |
|---|---|---|
| transport? | ObsidianTransport | Override the transport. When omitted, the transport the current test context is driving is used. |
| vaultPath? | string | The vault whose Obsidian window to hide the name in. When omitted, the current test context's vault is used. |
Links to this page: