SpeakerNotes

@Stable
class SpeakerNotes(notes: List<Pair<IntRange, String>>) : DataMapElement<SpeakerNotes>

Constructors

Link copied to clipboard
constructor(md: String)
constructor(notes: @Composable ColumnScope.() -> Unit = {})
constructor(notes: List<Pair<IntRange, String>>)

Properties

Link copied to clipboard
open override val key: DataMap.Key<SpeakerNotes>
Link copied to clipboard
val notes: ImmutableList<Pair<IntRange, String>>
Link copied to clipboard
override val value: SpeakerNotes

Functions

Link copied to clipboard
operator override fun contains(key: DataMap.Key<*>): Boolean
Link copied to clipboard
operator override fun <T : Any> get(key: DataMap.Key<T>): T?
Link copied to clipboard
override fun isEmpty(): Boolean