Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "Note"

Index

Type aliases

ElementArgs

ElementArgs: { dueDate?: undefined | string; ext?: undefined | string; filename?: undefined | string; fontSize?: undefined | string; height?: undefined | string; id: string; width?: undefined | string; x: string; y: string }

Type declaration

  • Optional dueDate?: undefined | string
  • Optional ext?: undefined | string
  • Optional filename?: undefined | string
  • Optional fontSize?: undefined | string
  • Optional height?: undefined | string
  • id: string
  • Optional width?: undefined | string
  • x: string
  • y: string

MarkdownNote

MarkdownNote: { md: string; title: string }

Type declaration

  • md: string
  • title: string

NoteElement

NoteElement: { args: ElementArgs; content: string; type: "markdown" | "image" | "drawing" | "file" | "recording" | "pdf" }

Type declaration

  • args: ElementArgs
  • content: string
  • type: "markdown" | "image" | "drawing" | "file" | "recording" | "pdf"

Source

Source: { content: string; id: number; item: string }

Type declaration

  • content: string
  • id: number
  • item: string

Generated using TypeDoc