compose-richtext
common
richtext-markdown
/
com.halilibo.richtext.markdown.node
/
AstLink
Ast
Link
@
Immutable
data
class
AstLink
(
val
destination
:
String
,
val
title
:
String
)
:
AstInlineNodeType
Members
Constructors
Ast
Link
Link copied to clipboard
constructor
(
destination
:
String
,
title
:
String
)
Properties
destination
Link copied to clipboard
val
destination
:
String
title
Link copied to clipboard
val
title
:
String