Skip to main content

bn.navigateBackMiniProgram

Optional navigateBackMiniProgram(options): Promise<void>

description Returns to the previous Mini Program. It can be called only when the current Mini Program is opened from another Mini Program

example

bn.navigateBackMiniProgram({
extraData: {
foo: 'bar',
},
})

Parameters

NameTypeDescription
optionsObjectNavigate back options
options.extraData?Objectexpose object parameter type for develop

Returns

Promise<void>