Adds attributes into the element.
Gets an attribute by name or returns undefined when it can't be found.
Name to search for.
Gets an attribute by a find function or returns undefined when it can't be found.
Find function.
Gets an attribute by name or throws when it can't be found.
Name to search for.
Gets an attribute by a find function or throws when it can't be found.
Find function.
Gets the JSX element's attributes.
Inserts an attribute into the element.
Inserts attributes into the element.
Adds an attribute into the element.