class Mint::Compiler2::VDOMRenderer2::Node

Defined in:

utils/markd_vdom_renderer2.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(tag : Builtin | String, *, attributes : Hash(String, String) = {} of String => String, children : Array(Mint::Compiler2::VDOMRenderer2::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 tag : Builtin | String #

[View source]