English
bizApi.refresh
About 45 wordsLess than 1 minute
2026-07-20
Synchronous method
Refreshes the detail page.
Signature
context.bizApi.refresh()Parameters
None.
Return Value
void. This method only triggers a detail page refresh and does not return the refresh request Promise or refreshed detail data.
Basic Example
context.bizApi.refresh();