ViddikComponent

data class ViddikComponent(val name: String, val group: String, val width: Int = 400, val height: Int = AUTO_HEIGHT, val content: () -> Unit)

Constructors

Link copied to clipboard
constructor(name: String, group: String, width: Int = 400, height: Int = AUTO_HEIGHT, content: () -> Unit)

Properties

Link copied to clipboard
val content: () -> Unit
Link copied to clipboard
Link copied to clipboard
val height: Int
Link copied to clipboard
Link copied to clipboard
val width: Int