English
options
About 75 wordsLess than 1 minute
2025-09-22
This parameter carries the common context information passed in when a detail page event is triggered.
Common Properties in options
| Property | Description | Type |
|---|---|---|
| dataGetter | Instance used to obtain common data | Object |
| objectApiName | Detail object apiName | String |
| objectDataId | Detail object data ID | String |
dataGetter Description
{
getDescribe: () => {}, // detail object description
getLayout: () => {}, // detail object layout
getData: () => {}, // detail object data
getDetailRst: () => {} // full return value of the WebDetail interface
}