Functions that can be called in various ways. The usage scenarios include: public function scenarios (called by functions), backend logic processing scenarios of custom components (called by custom components), integration scenarios (called by OpenAPI), etc.
- The custom controller is called by other functions
Refer to the Fx.function documentation for the calling method.
- The custom controller is called by the custom component
Refer to the FxUI documentation for the calling method.
- The custom controller is called by openAPI
For calling methods, refer to the OpenAPI documentation.