Get All Custom Attributes
element.getAllCustomAttributes()
Get all custom HTML attributes from an element.
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