class Mint::VDOMRenderer::Node
- Mint::VDOMRenderer::Node
- Reference
- Object
Defined in:
utils/markd_vdom_renderer.crConstructors
Instance Method Summary
- #attributes : Hash(String, String)
- #children : Array(Node | String)
- #children=(children : Array(Node | String))
- #tag : Compiler::Builtin | String
Constructor Detail
def self.new(tag : Compiler::Builtin | String, *, attributes : Hash(String, String) = {} of String => String, children : Array(Mint::VDOMRenderer::Node | String) = [] of Node | String)
#