Module: Mayu::VDOM::Interfaces::VTree

Extended by:
T::Helpers, T::Sig
Included in:
VTree
Defined in:
lib/mayu/vdom/interfaces.rb

Instance Method Summary collapse

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


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

#sessionObject



16
17
# File 'lib/mayu/vdom/interfaces.rb', line 16

def session
end