class Redomi::App
- Redomi::App
- Reference
- Object
Defined in:
redomi/app.crConstructors
Instance Method Summary
- #add_event_listener(node, event, proc : Node -> Void)
- #create_element(tag, t : Node.class = Node)
- #embed_stylesheet(css_code)
- #eval(command)
- #eval(command, *arg : Redomi::Type)
- #eval_sync(command)
- #eval_sync(command, *arg : Redomi::Type)
- #init
- #load_script(path)
- #log(message)
- #node_by_id(id)
- #query_selector(query)
- #root : Node