konva
0.7.0
konva
/
konva
/
Collection
Collection
open
external
class
Collection
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
Collection
Link copied to clipboard
fun
Collection
(
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
each
Link copied to clipboard
open
fun
each
(
f
:
(
el
:
Node
)
->
Unit
)
Content copied to clipboard
get
Link copied to clipboard
open
operator
fun
get
(
i
:
Number
)
:
Any
?
Content copied to clipboard
set
Link copied to clipboard
open
operator
fun
set
(
i
:
Number
,
value
:
Any
)
Content copied to clipboard
to
Array
Link copied to clipboard
open
fun
toArray
(
)
:
Array
<
Any
>
Content copied to clipboard
Properties
length
Link copied to clipboard
open
var
length
:
Number
Content copied to clipboard