# Component event
Method:
By component way
<form-create @change="onChange"></form-create>
Via fApi method
fApi.on('change',this.onChange);
# change
- Parameters: - fieldField value
- valueComponent value
- fApiapi
- setFlagActive modification when- true
 
- Description: When the form components of value inside the component changes triggered 
# remove-field v2.5.5+
- Parameters: - fieldField value
- rule
- fApiapi
 
- Description:Triggered after removing the form component rule 
# remove-rule v2.5.5+
- Parameters: - rule
- fApiapi
 
- Description:Triggered after removing the generated plan 
# set-value < v2.5.0
- Parameters: - fieldField value
- valueComponent value
- fApiapi
 
- Description: When the form component values in an external trigger is modified 
# emit-event
- Parameters: - emitNameevent name
- ...argsevent Parameters
 
- Description: In the component's - emitevent triggered when triggered
# control
- Parameters: - rule
- fApiapi
 
- Description: The component of - controleffect or failure to trigger
# mounted
- Parameters: - fApiapi
 
- Description: Apply colours to a drawing for the first time in the form after the completion of the trigger 
# submit
- Parameters: - formData
- fApiapi
 
- Description: Click on the form submit button when triggered 
← Global API Rule →
