According to the API Reference, a list item for a list input handler can be an instance of ListInputItem
as below:
ListInputItem(text, value, <details>, <annotation>, <kind>)
I’d like for value
and <details>
the be the same. Is there any way to only define one of these attributes and just refer to it from the other attribute?