Color or background color.
The UUID is the id of the associated "discussion" entity.
A structure to represent date and time.
e.g. "2019-05-27"
e.g. "15:00"
e.g. "2019-05-27"
e.g. "15:00"
12h ("h:mm A") or 24h ("H:mm")
Inline math.
Mention a date only or a date with reminder.
Mention a page by ID.
Mention an user by ID.
string
is an URL.
A structure to represent a reminder alarm before the start of DateTime.
e.g. value
is 30
, unit
is minute
-> 30 minutes before.
e.g. value
is 1
, unit
is day
, time
is 09:00
-> 1 day before at 9 a.m.
e.g. "09:00"
Generated using TypeDoc
TODO: Some collection-only structures not included.
This is what Notion uses to represent a rich text string.
For example, an HTML string
<strong><em>Hello</em></strong>World
can be translated into[ ["Hello", [["b"], ["i"]]], // A SemanticString ["World"] // Another SemanticString ]