CreateNoteParams
Parameters for CommonArguments.createNote.
Import:
import type { CreateNoteParams } from 'obsidian-integration-testing';Signature:
export interface CreateNoteParamsProperties
| Property | Type | Description |
|---|---|---|
| content | string | The note's content. This exact string is what the created note is read back against, so it is the definition of a successful write. |
| path | string | The vault-relative path to create, extension included. |
Links to this page: