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