Package-level declarations
Types
Link copied to clipboard
A list, either ordered or unordered.
Link copied to clipboard
class ListItem(val variants: List<ListItemVariant> = emptyList(), val children: List<Node>) : NestableNode
An item of a ListBlock. A list item may be enhanced via ListItemVariants.
Link copied to clipboard
interface ListItemVariant
A variant of a ListItem that brings additional functionalities to it.
Link copied to clipboard
Visitor of ListItemVariants.
Link copied to clipboard
Link copied to clipboard
A list item variant that adds a checkbox, which can be checked or unchecked, to a ListItem.
Link copied to clipboard
An unordered list.