Skip to content
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

Do function attribute for automatic reloads #638

Open
g105b opened this issue Aug 10, 2023 · 0 comments
Open

Do function attribute for automatic reloads #638

g105b opened this issue Aug 10, 2023 · 0 comments

Comments

@g105b
Copy link
Member

g105b commented Aug 10, 2023

Oftentimes a do function will need to reload the response after it's completed. Rather than forcing this as a default action, it would be nice to mark the function with an attribute.

Something like:

#[AutoReload]
function do_delete(Input $input):void {
}
@g105b g105b added this to Backlog in Overview via automation Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Overview
Backlog
Development

No branches or pull requests

1 participant