Logo


search API (or start typing anywhere)


Label

mint.Label

A simple label control Additional Signals: onchange


classextends mint.Control
meta: @:directlyUsed, @:allow(mint.render.Renderer)


   

Members


onchange
onchange : mint.core.Signal<>
Emitted whenever text is changed. function(text:String)

Properties


text
text : String
The text displayed by the label

Methods


new
new(_options:mint.LabelOptions) : Void