agile-ts / agile

🌌 Global State and Logic Library for JavaScript/Typescript applications

Home Page:https://agile-ts.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update JobConfig

bennoinbeta opened this issue · comments

commented

Instead of having the property forceRerender..
it should have the property called 'force'

force = Create Job no matter what happens and not create Job and rerender no matter what happens
If it should rerender will be defined in the background property
-> if force & !background -> rerender and create job no matter what happens
-> if force & background -> don't rerender but create job

commented

Because of that I have to force a Rerender in the MultiEditor (updateInitialValue) although I only want to create a Job to update the 'isSet' property