htmlmapelement

package
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 31, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	//ErrNotImplemented ErrNotImplemented error
	ErrNotImplemented      = errors.New("Browser not implemented HTMLMapElement")
	ErrNotAnHTMLMapElement = errors.New("Object is not an HTMLMapElement")
)

Functions

func GetInterface

func GetInterface() js.Value

Types

type HtmlMapElement

type HtmlMapElement struct {
	htmlelement.HtmlElement
}

HtmlMapElement struct

func New

func NewFromElement

func NewFromElement(elem element.Element) (HtmlMapElement, error)

func NewFromJSObject

func NewFromJSObject(obj js.Value) (HtmlMapElement, error)

func (HtmlMapElement) Areas

func (HtmlMapElement) HtmlMapElement_

func (h HtmlMapElement) HtmlMapElement_() HtmlMapElement

func (HtmlMapElement) Name

func (h HtmlMapElement) Name() (string, error)

func (HtmlMapElement) SetName

func (h HtmlMapElement) SetName(value string) error

type HtmlMapElementFrom

type HtmlMapElementFrom interface {
	HtmlMapElement_() HtmlMapElement
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL