-
-
Notifications
You must be signed in to change notification settings - Fork 77
Added 2 simple actions to Stac #278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hey @antonioacademy10 👋🏻 |
Hi @divyanshub024, thanks for question, in my scenario multiple actions needs to be fired upon a single button tap. In order to avoid to create this logics as a single function for each scenario, for me it would be better to create the fundamental blocks for the most atomic functions and to call them all together via sdui. Regarding the delay action instead, it does nothing but wait so it's not as useful as it should be, but during develoent processes a delay function is always appreciate. |
Got it. Can you please add an example in stac_gallery and docs in website. |
Sure, will do it later on during the day |
Added some doc for both MultiAction and DelayAction on Website |
Description
2 new base action parser have been added:
---- action parser for executing multiple subsequential actions
---- simple action parser for delay (as useful as none action)
Type of Change