Skip to main content

HTMLMenuElementMethods

pub trait HTMLMenuElementMethods<D: DomTypes> {
    // Required methods
    fn Compact(&self) -> bool;
    fn SetCompact(&self, cx: &mut JSContext, value: bool);
}

Required Methods§

Source

fn Compact(&self) -> bool

Source

fn SetCompact(&self, cx: &mut JSContext, value: bool)

Implementors§