You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2024. It is now read-only.
* Add docs for <Repeater/> using virtual tag file
* fix jsdoc with nested function params
* update description for Repeater tag
* updating to add keywords to repeater tag
Co-authored-by: smoreface <[email protected]>
Co-authored-by: Max Tkachenko <[email protected]>
// this is just a virtual tag, expanded directly in Tree.tsx during config parsing
2
+
3
+
/**
4
+
* Repeater Tag for annotating multiple data objects in a dynamic range with the same semantics. You can loop through data items in a python-like for cycle in the labeling process.
5
+
* It repeats tags inside it for every item in a given data array from your dataset. Supports all tags except Labels.
* @meta_title Repeater Tag to duplicate annotation settings
18
+
* @meta_description Customize Label Studio with the Repeater tag to repeat similar data blocks to accelerate labeling for machine learning and data science projects.
19
+
* @param {string} on - Data field object with array with similar data
20
+
* @param {string} [indexFlag={{idx}}] - Placeholder for array index in params of underlying tags
0 commit comments