Module: Mayu::VDOM
- Defined in:
- lib/mayu/vdom.rb,
lib/mayu/vdom/h.rb,
lib/mayu/vdom/dom.rb,
lib/mayu/vdom/vnode.rb,
lib/mayu/vdom/vtree.rb,
lib/mayu/vdom/children.rb,
lib/mayu/vdom/descriptor.rb,
lib/mayu/vdom/interfaces.rb,
lib/mayu/vdom/marshalling.rb,
lib/mayu/vdom/id_generator.rb,
lib/mayu/vdom/css_attributes.rb,
lib/mayu/vdom/reconciliation.rb,
lib/mayu/vdom/update_context.rb,
lib/mayu/vdom/special_elements.rb,
lib/mayu/vdom/component_marshaler.rb
Defined Under Namespace
Modules: H, Interfaces, Marshalling, Reconciliation, SpecialElements Classes: CSSAttributes, Children, ComponentMarshaler, DOM, Descriptor, IdGenerator, UpdateContext, VNode, VTree
Constant Summary collapse
- Slots =
T.type_alias do T::Hash[T.nilable(String), T::Array[Interfaces::Descriptor]] end