ToMarkdownBody

The `ToMarkdownBody` entity.

Definition

TypeScript
interface ToMarkdownBody {
  directoryId?: string | undefined;
  name?: string | undefined;
  ttlMs?: number | null | undefined;
}

Fields

FieldTypeNotes
directoryIdstring | undefinedoptional — Destination directory for the generated markdown file. Defaults to the workspace root. When omitted the file defaults to temp (1 day TTL); when set the file is permanent unless ttlMs is also provided.
namestring | undefinedoptional — Filename for the generated markdown file. Defaults to the source filename with a .md extension.
ttlMsnumber | null | undefinedoptional