Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.rebellapp.com/llms.txt

Use this file to discover all available pages before exploring further.

Navigate back to the Mini Program that opened the current one.

Parameters

PropertyTypeRequiredDescription
extraDataObjectNoData to pass back
successFunctionNoCallback on success
failFunctionNoCallback on failure
completeFunctionNoCallback that always executes

Code Example

my.navigateBackMiniProgram({
  extraData: {
    result: 'completed',
    orderId: '12345'
  },
  success: () => {
    console.log('Returned to previous Mini Program');
  }
});

my.navigateToMiniProgram

Navigate to Mini Program