toggle menu
Joyfill
2.0.0-RC8
common
switch theme
search in API
editor
/
joyfill.editors.chart
/
LineCollection
Line
Collection
interface
LineCollection
Members
Properties
all
Link copied to clipboard
abstract
val
all
:
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
?
replace
All
Link copied to clipboard
abstract
fun
replaceAll
(
lines
:
MutableList
<
Line
>
?
)