Controller.interactive
- Controller.interactive()[source]
Decorator for transforming functions into “data add” or “object edit” actions.
- Parameters
- action{‘add’, ‘edit’}, optional
The type of action.
- Returns
- callable
Decorator for transforming functions into “data add” or “object edit” actions.
The type of action.