In this example, I can see that the ajax function supports
data.action === 'load'
data.action === 'rename'
data.action === 'remove'
data.action === 'save'
What is the name of the action when the user updates a state?
data.action === 'update' does not work.
If this does not exist, how can I run data.action === 'save' when user updates a state?