Get All Attributes
element.getAllAttributes()
Retrieve all HTML attributes for the DOMElement. Use this method instead of the ‘Custom Attribute’ methods.
Syntax
Returns
Promise<Array<NamedValue>> - [{name: string, value:string }]
A promise that resolves to an array of, NamedValue
attribute objects.
Example
Designer Ability
Checks for authorization only