Studio Developer Manual / Version 2304
Table Of Contents
A KeywordFeedbackItem renders are keyword selector with tag suggestions based on an external system.
They are created trough method KeywordFeedbackItem.builder.
| Property | Type | Default Value | Description |
|---|---|---|---|
| collection | String |
null
| The sub tab the panel should be rendered too. |
| title | String |
null
| The title of the panel. |
| help | String |
null
| Help text that, if set, will be rendered as a help icon next to the title. |
| property | String |
null
| The name of the property the keywords are applied to. |
| keywords | List<Keyword> | The keywords that should be shown as suggestions. |
Table 9.17.
FeedbackItem KeywordFeedbackItem



