Interface

HTMLAreaElement

HTMLAreaElement

Provides special properties and methods (beyond those of the regular object HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of elements.

View Source js/lib.dom.d.ts, line 2045

Members

string

# alt

Sets or retrieves a text alternative to the graphic.

View Source js/lib.dom.d.ts, line 2048

string

# coords

Sets or retrieves the coordinates of the object.

View Source js/lib.dom.d.ts, line 2053

boolean

# noHref

Sets or gets whether clicks in this region cause action.

View Source js/lib.dom.d.ts, line 2058

string

# shape

Sets or retrieves the shape of the object.

View Source js/lib.dom.d.ts, line 2063

string

# target

Sets or retrieves the window or frame at which to target content.

View Source js/lib.dom.d.ts, line 2068