Class: Browser::Event::PopState::Definition

Inherits:
Definition show all
Defined in:
opal/browser/event/pop_state.rb

Instance Method Summary collapse

Methods inherited from Definition

#bubbles=, #cancelable=

Instance Method Details

#state=(value) ⇒ Object



9
10
11
# File 'opal/browser/event/pop_state.rb', line 9

def state=(value)
  `#@native.state = #{value}`
end