English
bizApi.prevPage
About 79 wordsLess than 1 minute
2026-07-20
Synchronous method
Moves to the previous record. It only works when the detail page was opened from an object list and the context contains a data ID list. It does nothing when the current record is the first record.
Signature
context.bizApi.prevPage()Parameters
None.
Return Value
void. This method only triggers a detail record change and does not return the previous record or the refresh request Promise.
Basic Example
context.bizApi.prevPage();