kvision / pl.treksoft.kvision.panel / GridWrapper

GridWrapper

class GridWrapper : WidgetWrapper

Constructors

<init>

GridWrapper(delegate: Component, columnStart: Int? = null, rowStart: Int? = null, columnEnd: String? = null, rowEnd: String? = null, area: String? = null, justifySelf: GridJustify? = null, alignSelf: GridAlign? = null, classes: Set<String> = setOf())

Inherited Properties

visible

open var visible: Boolean

Functions

getSnStyle

fun getSnStyle(): List<StringPair>

Returns the list of String pairs defining CSS style attributes and their values.

Inherited Functions

render

open fun render(): VNode

Renders current component as a Snabbdom vnode.

Extension Functions

createInstance

fun <T> Any?.createInstance(vararg args: dynamic): T

Helper function for creating JavaScript objects from dynamic constructors.