ieact
0.0.4
ieact
/
xyz.r2turntrue.ieact
/
IeactComponent
Ieact
Component
abstract
class
IeactComponent
<
P
,
S
>
(
size
:
Int
,
title
:
Component
,
props
:
P
?
,
player
:
Player
)
Content copied to clipboard
Functions
Properties
Inheritors
Functions
on
Close
Link copied to clipboard
open
fun
onClose
(
)
Content copied to clipboard
render
Link copied to clipboard
abstract
fun
render
(
)
:
IeactRendered
Content copied to clipboard
Properties
closed
Link copied to clipboard
val
closed
:
Boolean
Content copied to clipboard
player
Link copied to clipboard
val
player
:
Player
Content copied to clipboard
size
Link copied to clipboard
val
size
:
Int
Content copied to clipboard
title
Link copied to clipboard
val
title
:
Component
Content copied to clipboard
Inheritors
Test1Component
Link copied to clipboard
Test2Component
Link copied to clipboard