actions
const resource = {
actions: {
resource: {
invalidate: func,
invalidateId: func,
reset: func,
},
actionName1: {
perform: func,
invalidate: func,
},
actionName2: {
perform: func,
invalidate: func,
},
...,
},
};Properties
Example
Last updated