Custom Controller

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.

  1. The custom controller is called by other functions

Refer to the Fx.function documentation for the calling method.

  1. The custom controller is called by the custom component

Refer to the FxUI documentation for the calling method.

  1. The custom controller is called by openAPI

For calling methods, refer to the OpenAPI documentation.

2024-07-12
0 0