English
form.fetchDescribeLayout.before
About 76 wordsLess than 1 minute
2025-09-22
Triggered before requests such as describeLayout are sent.
- This stage is relatively early: object-related data in
dataGetteris not yet available, but page input parameters can be accessed
Parameters
None at the moment
Return Value
| Parameter | Description | Type |
|---|---|---|
| promiseAllWithFetch | Async tasks executed concurrently with the describeLayout request | ()=>Promise |
| handleDescribeLayoutPostParams | Processes the request parameters of describeLayout | ()=>Void |
Notes
- Calling
dataUpdaterto update master/detail data in this event is not suitable.
