Logo


search API (or start typing anywhere)


Image

mint.Image

A simple image control Additional Signals: onchange


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


   

Members


onchange
onchange : mint.core.Signal<>
Emitted whenever the path/id is changed. function(new_path:String)

Properties


path
path : String
The current image path/id. Read/Write

Methods


new
new(_options:mint.ImageOptions) : Void