toggle menu
Joyfill
2.0.0-RC8
common
switch theme
search in API
legacy-editor
/
joyfill.chart
/
LineCollection
Line
Collection
interface
LineCollection
Members
Properties
current
Link copied to clipboard
abstract
val
current
:
Live
<
List
<
LineEditor
>
>
Functions
add
Link copied to clipboard
abstract
fun
add
(
title
:
String
,
id
:
String
?
=
null
,
description
:
String
?
=
null
)
:
LineEditor
all
Link copied to clipboard
abstract
fun
all
(
)
:
List
<
LineEditor
>
find
Link copied to clipboard
abstract
fun
find
(
key
:
String
)
:
LineEditor
?
remove
Link copied to clipboard
abstract
fun
remove
(
key
:
String
)
:
Line
?