Package-level declarations

Types

Link copied to clipboard
data class FocusListItemVariant(val isFocused: Boolean) : ListItemVariant

A list item variant that adds focus to a ListItem. When at least one item in a list is focused, the other items are rendered so that the focused ones are more visible. This property has an effect only when using a Quarkdown renderer.

Link copied to clipboard

Variant of a ListItem that displays the location of a target node, usually (rendering-dependent) by replacing the item marker with target's position, formatted according to the global numbering format. This is used, for example, in table of contents.