We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64433dd commit fdc845fCopy full SHA for fdc845f
1 file changed
docs/tree_collection/api/treecollection_mapvisible_method.md
@@ -13,8 +13,8 @@ description: You can explore the mapVisible method of TreeCollection in the docu
13
@params:
14
- `callback: function` - the function that will be applied to every visible item. The function can take three parameters:
15
- `item: object` - required, the object of an item
16
- - `index?: number` - optional, the index of an item
17
- - `array?: object[]` - optional, an array with items
+ - `index: number` - the index of an item
+ - `array: object[]` - an array with items
18
- `id?: string | number` - optional, the ID of a control the child items of which will be included
19
- `direct?: boolean` - optional, defines whether only direct children of the control will be included in the iteration
20
0 commit comments