Studio Developer Manual / Version 2207
Table Of Contents
A LabelFeedbackItem is simply used to render text.
They are created trough method LabelFeedbackItem.builder.
| Property | Type | Default Value | Description |
|---|---|---|---|
| collection | String |
null
| The sub tab the panel should be rendered too. |
| bold | boolean |
false
| Set to true to render a bold label. |
| text | String |
null
| The text to render. |
| args | Array |
null
| Optional params to parameterize the label. |
Table 9.19.
FeedbackItem LabelFeedbackItem



