PlotTabs

class PlotTabs

Types

Tab
Link copied to clipboard
data class Tab(title: String, id: String, content: PlotlyFragment)

Functions

tab
Link copied to clipboard
fun tab(title: String, id: String = title, block: FlowContent.(renderer: PlotlyRenderer) -> Unit)

Properties

tabs
Link copied to clipboard
val tabs: List<PlotTabs.Tab>