RichTextList

class RichTextList(richTextList: List<RichText> = emptyList())

Constructors

Link copied to clipboard
constructor(richTextList: List<RichText> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun databaseMention(databaseId: UuidString, annotations: Annotations = Annotations.DEFAULT): RichTextList
Link copied to clipboard
fun dateMention(start: DateOrDateTime, end: DateOrDateTime? = null, annotations: Annotations = Annotations.DEFAULT): RichTextList
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
fun equation(expression: String, annotations: Annotations = Annotations.DEFAULT): RichTextList
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun pageMention(pageId: UuidString, annotations: Annotations = Annotations.DEFAULT): RichTextList
Link copied to clipboard
fun text(text: String, annotations: Annotations = Annotations.DEFAULT): RichTextList
fun text(text: String, linkUrl: String? = null, annotations: Annotations = Annotations.DEFAULT): RichTextList
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
fun userMention(userId: UuidString, annotations: Annotations = Annotations.DEFAULT): RichTextList