kvision / pl.treksoft.kvision.electron / Item

Item

external interface Item

Properties

file

abstract var file: String

icon

abstract var icon: NativeImage

Extension Functions

createInstance

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

Helper function for creating JavaScript objects from dynamic constructors.