2
0
mirror of https://github.com/esiur/iui.git synced 2025-05-06 14:52:58 +00:00
iui/docs/md/getting-started/referencing.md
2021-11-15 00:11:12 +03:00

812 B

Referencing

To avoid duplication, IUI relies on referencing instead of element id.

Refs is a scope variable contains a collection of every element in the tree, unless overwritten by another component.

Click me
Last modification :

When a duplicated referecing happens, the key in the refs collection will represent an array of the duplicated elements. note: this always happends in I-Repeat components

Click me
First Name :
Last Name :