toggle menu
cup-speaker-window
1.0.0-Beta-09
common
switch theme
search in API
cup-speaker-window
/
net.kodein.cup.speaker
/
SpeakerNotes
Speaker
Notes
@
Stable
class
SpeakerNotes
(
notes
:
List
<
Pair
<
IntRange
,
String
>
>
)
:
DataMapElement
<
SpeakerNotes
>
Members
Constructors
Speaker
Notes
Link copied to clipboard
constructor
(
md
:
String
)
constructor
(
notes
:
@
Composable
ColumnScope
.
(
)
->
Unit
=
{}
)
constructor
(
notes
:
List
<
Pair
<
IntRange
,
String
>
>
)
Properties
key
Link copied to clipboard
open
override
val
key
:
DataMap.Key
<
SpeakerNotes
>
notes
Link copied to clipboard
val
notes
:
ImmutableList
<
Pair
<
IntRange
,
String
>
>
value
Link copied to clipboard
override
val
value
:
SpeakerNotes
Functions
contains
Link copied to clipboard
operator override
fun
contains
(
key
:
DataMap.Key
<
*
>
)
:
Boolean
get
Link copied to clipboard
operator override
fun
<
T
:
Any
>
get
(
key
:
DataMap.Key
<
T
>
)
:
T
?
is
Empty
Link copied to clipboard
override
fun
isEmpty
(
)
:
Boolean