Functions
-
getBorderWidths( element ) → Object
module:utils/dom/getborderwidths~getBorderWidths
Returns an object containing CSS border widths of a specified HTML element.
Parameters
element
:
HTMLElement
An element which has CSS borders.
Returns
Object
An object containing top
, left
, right
and bottom
properties
with numerical values of the border-[top,left,right,bottom]-width
CSS styles.
Every day, we work hard to keep our documentation complete. Have you spotted an outdated information? Is something missing?
Please report it via our issue tracker.