Octavius Framework
Toggle table of contents
desktop
Target filter
desktop
Switch theme
Search in API
Skip to content
Octavius Framework
ui-core
/
org.octavius.ui.timeline
/
TimelineBlock
Timeline
Block
desktop
data
class
TimelineBlock
(
val
startSeconds
:
Float
,
val
endSeconds
:
Float
,
val
color
:
Color
,
val
label
:
String
=
""
,
val
description
:
String
=
""
,
val
id
:
Long
?
=
null
)
Members
Constructors
Timeline
Block
Link copied to clipboard
desktop
constructor
(
startSeconds
:
Float
,
endSeconds
:
Float
,
color
:
Color
,
label
:
String
=
""
,
description
:
String
=
""
,
id
:
Long
?
=
null
)
Properties
color
Link copied to clipboard
desktop
val
color
:
Color
description
Link copied to clipboard
desktop
val
description
:
String
end
Seconds
Link copied to clipboard
desktop
val
endSeconds
:
Float
id
Link copied to clipboard
desktop
val
id
:
Long
?
label
Link copied to clipboard
desktop
val
label
:
String
start
Seconds
Link copied to clipboard
desktop
val
startSeconds
:
Float