kvision / pl.treksoft.kvision.electron / JumpListCategory

JumpListCategory

external interface JumpListCategory

Properties

items

open var items: Array<JumpListItem>?

name

open var name: String?

type

open var type: dynamic

Extension Functions

createInstance

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

Helper function for creating JavaScript objects from dynamic constructors.