WebEngine icon indicating copy to clipboard operation
WebEngine copied to clipboard

Do function attribute for automatic reloads

Open g105b opened this issue 2 years ago • 0 comments

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 avatar Aug 10 '23 13:08 g105b