class
Lune::App
- Lune::App
- Reference
- Object
Defined in:
lune/app.crConstructors
Instance Method Summary
- #bind(name : String, namespace : String, args : Array(String), return_type : String, async : Bool, &block : Array(JSON::Any) -> JSON::Any)
- #bindings : Array(Lune::BindingDef)
- #bridge : Bridge | Nil
- #bridge=(bridge : Bridge | Nil)
- #close!
- #emit(event : String, data = nil)
- #eval(js : String)
- #install(*mods : Installable)
- #title
Constructor Detail
Instance Method Detail
def bind(name : String, namespace : String, args : Array(String), return_type : String, async : Bool, &block : Array(JSON::Any) -> JSON::Any)
#