API Docs for: 0.0.1
Show:

SVGElement Class

Module: extend-element
Parent Module: vdom

Item Index

Properties

innerHeight

Number

Defined in src/vdom/partials/extend-element.js:4421

Available since 0.0.1

Gets or set the innerHeight of the element in pixels. Excluded the borders. Included are padding.

The getter is calculating through offsetHeight, the setter will set inline css-style for the height.

Values are numbers without unity.

innerWidth

Number

Defined in src/vdom/partials/extend-element.js:4448

Available since 0.0.1

Gets or set the innerHeight of the element in pixels. Excluded the borders. Included are padding.

The getter is calculating through offsetHeight, the setter will set inline css-style for the height.

Values are numbers without unity.

svgHeight

Number

Defined in src/vdom/partials/extend-element.js:4394

Available since 0.0.1

Gets or set the height of the element in pixels. Included are padding and border, not any margins.

The getter is calculating through offsetHeight, the setter will set inline css-style for the height.

Values are numbers without unity.

svgWidth

Number

Defined in src/vdom/partials/extend-element.js:4475

Available since 0.0.1

Gets or set the width of the element in pixels. Included are padding and border, not any margins.

The getter is calculating through offsetHeight, the setter will set inline css-style for the width.

Values are numbers without unity.