RichRenderer

@Stable
class RichRenderer(drawers: List<RichDrawer>, onAction: (RichObject) -> Unit)

Constructors

Link copied to clipboard
constructor(drawers: List<RichDrawer>, onAction: (RichObject) -> Unit)

Functions

Link copied to clipboard
fun addDrawer(drawer: RichDrawer)