toggle menu
parsek
0.1.0
common
switch theme
search in API
markdown
/
parsek.markdown.ast
/
Inline
/
Image
Image
data
class
Image
(
val
destination
:
String
,
val
title
:
String
?
,
val
alt
:
String
,
val
children
:
List
<
Inline
>
=
emptyList()
)
:
Inline
An inline image.
Members
Constructors
Image
Link copied to clipboard
constructor
(
destination
:
String
,
title
:
String
?
,
alt
:
String
,
children
:
List
<
Inline
>
=
emptyList()
)
Properties
alt
Link copied to clipboard
val
alt
:
String
children
Link copied to clipboard
val
children
:
List
<
Inline
>
destination
Link copied to clipboard
val
destination
:
String
title
Link copied to clipboard
val
title
:
String
?