We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ec528 commit 5bae375Copy full SHA for 5bae375
1 file changed
src/overview/xml-capabilities/jet.md
@@ -6,11 +6,11 @@ This section describes XML features specifically when applied as Jet Engine's Fu
6
7
Native tags belong to the implicit `j` namespace, such as `j:Button`. The `j` namespace is not overridable.
8
9
-## Data attributes
+## Arbitrary attributes
10
11
`data-` attributes applied to native tags, such as `j:Button`, contribute arbitrary attributes to the underlying DOM element.
12
13
-Using a Fuse store, that attribute would be accessed as `store.v.@x`.
+Using a Fuse store, the attribute would be accessed as `store.v.@["data-x"]`.
14
15
## “key” attribute
16
0 commit comments