parseStyleAttribute
parseStyleAttribute(
element
):Record
<string
,any
>
Defined in: src/parser/parseStyleAttribute.ts:11
Parses “style” attribute, retuning an object with values
Parameters
Section titled “Parameters”element
Section titled “element”HTMLElement
Element to parse
Returns
Section titled “Returns”Record
<string
, any
>
Objects with values parsed from style attribute of an element
Static
Section titled “Static”Member Of
Section titled “Member Of”fabric