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
Package-level
declarations
Types
Properties
Types
Viddik
Component
Link copied to clipboard
data
class
ViddikComponent
(
val
name
:
String
,
val
group
:
String
,
val
width
:
Int
=
400
,
val
height
:
Int
=
AUTO_HEIGHT
,
val
content
:
(
)
->
Unit
)
Viddik
Preview
Label
Link copied to clipboard
interface
ViddikPreviewLabel
Viddik
Screenshot
Link copied to clipboard
@
Target
(
allowedTargets
=
[
AnnotationTarget.FUNCTION
]
)
annotation class
ViddikScreenshot
(
val
name
:
String
=
""
,
val
group
:
String
=
""
,
val
width
:
Int
=
400
,
val
height
:
Int
=
AUTO_HEIGHT
,
val
darkVariant
:
Boolean
=
false
)
Properties
AUTO_
HEIGHT
Link copied to clipboard
const
val
AUTO_HEIGHT
:
Int