Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
HOON
Contributor
Contributor

What is @Proposable?

Hi, all

I'm using Talend Component KIT. There are a lot of annotations. Could you tell me when to use it?

@Option

@Proposalbe

@Documentation

@GridLayout

@DynamicValues

The Tool is Intellj.

Please, Help!!

Labels (2)
2 Replies
undx
Creator
Creator

Hi @Lee Jaehoon​ ,

I invite you to have a look at the official documentation here https://talend.github.io/component-runtime/main/1.31.0/ref-actions.html

For the @Proposable annotation, it's almost the same as @Suggestable but with the following distinction :

Mark the decorated field as supporting dynamic value filling (depending the server state and not known at component coding time).

Note that if you are looking to provide proposals by form (depending the option(s) values), @Suggestable is a better fit.

 

Best regards.

HOON
Contributor
Contributor
Author

Thank you so much for your help!