Skip to content

Commit 4783d38

Browse files
authored
chore: add info about the nodes attributes collection
1 parent e214609 commit 4783d38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

controls/treeview/custom-attributes/using-custom-attributes-at-the-client.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ position: 3
1616

1717
Access custom attributes on the client side by using first the **get_attributes()** method. Then extract the specific attribute with the **getAttribute()** method, passing the attribute name.
1818

19-
>caution The custom attribute's name should not be an **HTML reserved word**. Please see the [Troubleshooting Custom Attributes]({%slug treeview/troubleshooting/custom-attributes%}) article for more information.
19+
>caution All custom attributes are persisted on the client-side in the node object attributes collection and they are not rendered to the HTML element.
20+
> The custom attribute's name should not be an **HTML reserved word**. Please see the [Troubleshooting Custom Attributes]({%slug treeview/troubleshooting/custom-attributes%}) article for more information.
2021
>
2122
2223

0 commit comments

Comments
 (0)