viddik
Toggle table of contents
0.1.2
common
Target filter
common
Switch theme
Search in API
Skip to content
viddik
viddik-annotations
/
ru.workinprogress.viddik.annotations
/
ViddikComponent
Viddik
Component
data
class
ViddikComponent
(
val
name
:
String
,
val
group
:
String
,
val
width
:
Int
=
400
,
val
height
:
Int
=
AUTO_HEIGHT
,
val
content
:
(
)
->
Unit
)
Members
Constructors
Viddik
Component
Link copied to clipboard
constructor
(
name
:
String
,
group
:
String
,
width
:
Int
=
400
,
height
:
Int
=
AUTO_HEIGHT
,
content
:
(
)
->
Unit
)
Properties
content
Link copied to clipboard
val
content
:
(
)
->
Unit
group
Link copied to clipboard
val
group
:
String
height
Link copied to clipboard
val
height
:
Int
name
Link copied to clipboard
val
name
:
String
width
Link copied to clipboard
val
width
:
Int