toggle menu
parsek
0.1.0
common
switch theme
search in API
markdown
/
parsek.markdown.ast
/
Inline
/
Link
Link
data
class
Link
(
val
destination
:
String
,
val
title
:
String
?
,
val
children
:
List
<
Inline
>
)
:
Inline
An inline link.
Members
Constructors
Link
Link copied to clipboard
constructor
(
destination
:
String
,
title
:
String
?
,
children
:
List
<
Inline
>
)
Properties
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
?