class Mint::VDOMRenderer::Node

Defined in:

utils/markd_vdom_renderer.cr

Constructors

Instance Method Summary

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) #

[View source]

Instance Method Detail

def attributes : Hash(String, String) #

[View source]
def children : Array(Node | String) #

[View source]
def children=(children : Array(Node | String)) #

[View source]
def tag : Compiler::Builtin | String #

[View source]