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 }
NoteElement
Note
Element: { args: ElementArgs; content: string; type: "markdown" | "image" | "drawing" | "file" | "recording" | "pdf" }
Type declaration
-
-
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