yam-api
Toggle table of contents
1.0.0-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
yam-api
core
/
su.pank.yamapi.landing.model
/
Chart
Chart
@
Serializable
data
class
Chart
(
val
position
:
Int
,
val
progress
:
String
,
val
listeners
:
Int
,
val
shift
:
Int
)
Members
Constructors
Chart
Link copied to clipboard
constructor
(
position
:
Int
,
progress
:
String
,
listeners
:
Int
,
shift
:
Int
)
Properties
listeners
Link copied to clipboard
val
listeners
:
Int
position
Link copied to clipboard
val
position
:
Int
progress
Link copied to clipboard
val
progress
:
String
shift
Link copied to clipboard
val
shift
:
Int