kobweb
Toggle table of contents
0.23.0
jvm
Platform filter
jvm
Switch theme
Search in API
kobweb
markdown
/
com.varabyte.kobwebx.gradle.markdown.handlers
/
MarkdownHandlers
/
ImageData
Image
Data
class
ImageData
(
val
destination
:
String
,
val
altText
:
String
,
val
title
:
String
?
)
(
source
)
Data pulled out of an
Image
node into an easier-to-consume format.
See also
Markdown
Handlers.
process
Image
Members
Constructors
Image
Data
Link copied to clipboard
constructor
(
destination
:
String
,
altText
:
String
,
title
:
String
?
)
Properties
alt
Text
Link copied to clipboard
val
altText
:
String
destination
Link copied to clipboard
val
destination
:
String
title
Link copied to clipboard
val
title
:
String
?