Skip to main content

SpecificInputActivationType

Trait SpecificInputActivationType 

Source
pub(crate) trait SpecificInputActivationType {
    // Provided method
    fn activation_behavior(
        &self,
        _cx: &mut JSContext,
        _input: &HTMLInputElement,
        _event: &Event,
        _target: &EventTarget,
    ) { ... }
}

Provided Methods§

Source

fn activation_behavior( &self, _cx: &mut JSContext, _input: &HTMLInputElement, _event: &Event, _target: &EventTarget, )

Implementors§