Added mode switch listener

This commit is contained in:
Florian Bouillon 2019-11-15 11:10:14 +01:00
parent dc40b373ff
commit 311db899d5
No known key found for this signature in database
GPG Key ID: B143FF27EF555D16

View File

@ -6,6 +6,7 @@ enum AttributeListeners {
FORM_SUBMIT, // Event run before submitting (datas is filled with the datas that will be submitted, MUST return TriggerCallback)
VERIFY, // Event run on element verification (return true or false only)
FORM_FILL, // Event run after the form was filled
MODE_SWITCH, // Event run on form mode switch
}
export default AttributeListeners