Rich Text List
Properties
Functions
Link copied to clipboard
fun databaseMention(databaseId: UuidString, annotations: RichTextAnnotations = RichTextAnnotations.DEFAULT): RichTextList
Link copied to clipboard
fun dateMention(start: DateOrDateTime, end: DateOrDateTime? = null, annotations: RichTextAnnotations = RichTextAnnotations.DEFAULT): RichTextList
Link copied to clipboard
fun equation(expression: String, annotations: RichTextAnnotations = RichTextAnnotations.DEFAULT): RichTextList
Link copied to clipboard
fun pageMention(pageId: UuidString, annotations: RichTextAnnotations = RichTextAnnotations.DEFAULT): RichTextList
Link copied to clipboard
fun text(text: String, annotations: RichTextAnnotations = RichTextAnnotations.DEFAULT): RichTextList
fun text(text: String, linkUrl: String? = null, annotations: RichTextAnnotations = RichTextAnnotations.DEFAULT): RichTextList
Link copied to clipboard
fun userMention(userId: UuidString, annotations: RichTextAnnotations = RichTextAnnotations.DEFAULT): RichTextList