Get All Custom Attributes
element.getAllCustomAttributes()
Get all attributes on an element.
Previously, this method returned only the custom HTML attributes on an element, but now it returns all attributes.
This method is equivalent to the element.getAttributes() method.
Syntax
Returns
Promise<Array<NamedValue>> - [{name: string, value: string}]
A Promise that resolves to an array of NamedValue custom attribute objects.
Example
Designer Ability
Checks for authorization only