mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-14 07:41:57 +08:00
- Action Performed: used for all **change** event - Focus Gained: used for focus gained on field - Focus Lost: used for focus lost on field - Key Pressed: like to keydown - Key Released: like keyup For field events: - notifyActionPerformed: when a value is changed - notifyKeyPressed: when a key is press - notifyKeyReleased: when a key is released - notifyFocusGained: when a focus is gained in component - notifyFocusLost: when a focus is lost from component For Actions: - notifyRunAction: used when a action is applied Getters: - getFieldEventList: get field event list from container UUID - getActionEventList: get action event list from container UUID