File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ Documentation
25
25
1 . [ array] ( #array )
26
26
1 . [ tabarray] ( #tabarray )
27
27
1 . [ Post process function] ( #post-process-function )
28
+ 1 . [ Events] ( #events )
28
29
1 . [ Manual field insertion] ( #manual-field-insertion )
29
30
1 . [ Extending Schema Form] ( extending.md )
30
31
@@ -1033,7 +1034,14 @@ angular.module('myModule', ['schemaForm']).config(function(schemaFormProvider){
1033
1034
});
1034
1035
` ` `
1035
1036
1037
+ Events
1038
+ ---------------------
1039
+ Events are emitted or broadcast at various points in the process of rendering or validating the
1040
+ form. Below is a list of these events and how they are propagated.
1036
1041
1042
+ | Event | When | type | arguments |
1043
+ | ---------------------|:----------------------:|:-----:| ------------------------------ --:|
1044
+ | ` sf- render- finished` | After form is rendered | emit | The sf-schema directives's element |
1037
1045
1038
1046
### Manual field insertion
1039
1047
There is a limited feature for controlling manually where a generated field should go so you can
You can’t perform that action at this time.
0 commit comments