HTMLMapElementMethods

pub trait HTMLMapElementMethods<D: DomTypes> {
    // Required methods
    fn Name(&self) -> DOMString;
    fn SetName(&self, value: DOMString);
    fn Areas(&self, _can_gc: CanGc) -> DomRoot<D::HTMLCollection>;
}

Required Methods§

Source

fn Name(&self) -> DOMString

Source

fn SetName(&self, value: DOMString)

Source

fn Areas(&self, _can_gc: CanGc) -> DomRoot<D::HTMLCollection>

Implementors§