quarkdown
Toggle table of contents
latest
jvm
Platform filter
jvm
Switch theme
Search in API
quarkdown
quarkdown-core
/
com.quarkdown.core.ast.base.block.list
/
ListItemVariantVisitor
List
Item
Variant
Visitor
interface
ListItemVariantVisitor
<
T
>
Visitor of
ListItemVariant
s.
Parameters
T
return type of the visit operations
Inheritors
BaseHtmlNodeRenderer
Members
Functions
visit
Link copied to clipboard
abstract
fun
visit
(
variant
:
TaskListItemVariant
)
:
T
abstract
fun
visit
(
variant
:
FocusListItemVariant
)
:
T
abstract
fun
visit
(
variant
:
LocationTargetListItemVariant
)
:
T