English
bizApi.hidePage
About 47 wordsLess than 1 minute
2026-07-20
Synchronous method
Closes the detail page.
Signature
context.bizApi.hidePage()Parameters
None. This plugin API accepts no close options.
Return Value
void. This method only triggers closing the detail page and does not return a close result.
Basic Example
context.bizApi.hidePage();