fix: hierarchy typo (#37)

This commit is contained in:
Eric Tuvesson
2023-10-10 10:13:32 +02:00
committed by GitHub
parent 44d9533ecd
commit 6b3315b1dd
4 changed files with 7 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ Component.Object.Selection = Component.Object.Checkboxes.filter(
).map((o) => ({ Value: o.Value }));
```
`Component.ParentObject` is similair but this object is the [Parent Component Object](/nodes/component-utilities/parent-component-object), that is the **Component Object** of the parent component in the visual heirarchy. It is also used like any other [Noodl.Object](/javascript/reference/object).
`Component.ParentObject` is similair but this object is the [Parent Component Object](/nodes/component-utilities/parent-component-object), that is the **Component Object** of the parent component in the visual hierarchy. It is also used like any other [Noodl.Object](/javascript/reference/object).
`Component.RepeaterObject` If this component is the template of a repeater this will contain the object of the items array corresponding to this specific component instance. That is the same object as if you set an object **Id Source** to **From Repeater**, as shown below.