Funicular::VDOM::Element class of PicoRuby

Singleton methods

new

Funicular::VDOM::Element.new(String tag, ?Hash[Symbol, untyped] props, ?Array[child_t] children) -> Element

Instance methods

==

instance.==(untyped other) -> bool

Attr accessors

tag (reader)

instance.tag -> String

props (reader)

instance.props -> Hash[Symbol, untyped]

children (reader)

instance.children -> Array[child_t]
Tags: class