SuggestionRow icon indicating copy to clipboard operation
SuggestionRow copied to clipboard

add/remove token programmatically?

Open fukemy opened this issue 3 years ago • 1 comments

Hi, i want to add/remove token programmatically by select from other PushRow, etc... can u provide me some way to do this? THanks

fukemy avatar Jan 14 '22 03:01 fukemy

To add remove tokens programmatically you can simply modify the row's value.

row.value = yourToken

mats-claassen avatar Feb 15 '22 12:02 mats-claassen