core
0.1.7
core
/
de.peekandpoke.kraft.components
/
ComponentRef
Component
Ref
interface
ComponentRef
<
C
:
Component
<
*
>
>
Content copied to clipboard
Types
Functions
Inheritors
Types
Null
Link copied to clipboard
class
Null
<
C
:
Component
<
*
>
>
:
ComponentRef
<
C
>
Content copied to clipboard
Tracker
Link copied to clipboard
class
Tracker
<
C
:
Component
<
*
>
>
(
ref
:
ComponentRef
<
C
>
?
=
null
)
:
ComponentRef
<
C
>
Content copied to clipboard
Functions
get
Component
Link copied to clipboard
abstract
fun
getComponent
(
)
:
C
?
Content copied to clipboard
invoke
Link copied to clipboard
open
operator
fun
invoke
(
)
:
C
?
Content copied to clipboard
open
operator
fun
invoke
(
block
:
C
.
(
)
->
Unit
)
Content copied to clipboard
track
Ref
Link copied to clipboard
open
fun
trackRef
(
tracker
:
ComponentRef.Tracker
<
C
>
)
:
ComponentRef
<
C
>
Content copied to clipboard
Inheritors
Tracker
Link copied to clipboard
Null
Link copied to clipboard