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
Name | Type | Description |
---|---|---|
options | Object | Navigate back options |
options.extraData? | Object | expose object parameter type for develop |
Returns
Promise
<void
>