class Redomi::Node
- Redomi::Node
- Reference
- Object
Direct Known Subclasses
Defined in:
redomi/node.crClass Method Summary
Instance Method Summary
- #[](attribute : String)
- #[]=(attribute : String, value : String)
- #app : App
- #append_child(node : Node)
- #class_name=(cssClass : String)
- #first_child
- #id : Int32
- #init
- #on_click(&on_click : Node -> Void)
- #parent
- #remove_child(child : Node)
- #text_content
- #text_content=(text : String)