toggle menu
markdown
jvm
switch theme
search in API
markdown
/
dev.hirth.markdown
/
CustomAttributes
Custom
Attributes
class
CustomAttributes
(
val
node
:
Node
,
val
tag
:
String
,
val
attrs
:
MutableMap
<
String
,
String
>
)
Members
Constructors
Custom
Attributes
Link copied to clipboard
constructor
(
node
:
Node
,
tag
:
String
,
attrs
:
MutableMap
<
String
,
String
>
)
Properties
attrs
Link copied to clipboard
val
attrs
:
MutableMap
<
String
,
String
>
node
Link copied to clipboard
val
node
:
Node
tag
Link copied to clipboard
val
tag
:
String