MermaidDiagramView

data class MermaidDiagramView(val source: String) : ViewModel(source)

Constructors

Link copied to clipboard
constructor(source: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun template(): String