Module: Mayu::VDOM::Interfaces::VTree
Instance Method Summary collapse
- #action(type, payload) ⇒ Object
- #enqueue_update!(vnode) ⇒ Object
- #navigate(path) ⇒ Object
- #next_id! ⇒ Object
- #session ⇒ Object
Instance Method Details
#action(type, payload) ⇒ Object
24 25 |
# File 'lib/mayu/vdom/interfaces.rb', line 24 def action(type, payload) end |
#enqueue_update!(vnode) ⇒ Object
28 29 |
# File 'lib/mayu/vdom/interfaces.rb', line 28 def enqueue_update!(vnode) end |
#navigate(path) ⇒ Object
20 21 |
# File 'lib/mayu/vdom/interfaces.rb', line 20 def navigate(path) end |
#next_id! ⇒ Object
12 13 |
# File 'lib/mayu/vdom/interfaces.rb', line 12 def next_id! end |
#session ⇒ Object
16 17 |
# File 'lib/mayu/vdom/interfaces.rb', line 16 def session end |