FocusListItemVariant

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.

Parameters

isFocused

whether the item is focused.

Constructors

Link copied to clipboard
constructor(isFocused: Boolean)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun <T> accept(visitor: ListItemVariantVisitor<T>): T