| appId | Either appId or agentId is required. If both are provided, appId takes priority. | The app ID. Note that this is not the mini program miniAppId. Use this ID for third-party enterprise apps. |
| agentId | Either appId or agentId is required. If both are provided, app_id takes priority. | The app ID. |
| corpid | Yes | The organization ID. |
| page | No | The page address of the mini program. You can append GET parameters. Defaults to the home page of the mini program. |
| query | No | The launch parameter of the mini program. You can retrieve it in the onLaunch or onShow callback of the App. When launching the mini program, the Client-side adds the corpId parameter by default, so the business side must not set corpId, otherwise it will be overwritten. |
| containerType | No | A PC-only parameter. Available values: - browser: Browser. - slide_panel (default): Side panel. - work_platform: Workbench. - mobile: Redirects to mobile. |
| title | No | A PC-only parameter used to display the title. |
| source | No | The Source (used only when the package needs to be fetched from the Server-side): - debug: Device Debug version. - trial: Trial version. |
| version | No | The Version number. |
| ddMode | No | The launch transition style of the mini program. - push: Push style. - present: Pop-up style. - float: Floating layer style. - pop: Pop view style. If not specified, the Client-side launches with the default transition style. Available in client v4.5.8 and later as a gradual rollout. float and pop are available in v4.6.35 (20190624) and later as a gradual rollout. |
| mainTask | No | Required for the Android client only. Set to true or false. Default is false. When set to true, the mini program shares the same Task as the DingTalk main Task and is no longer kept alive. Supported in client v4.6.3 and later. |
| ddJointNavi | No | Configures the navigation bar style. When set, this overrides the logic of ddMode. Android & iOS: 0, 1, or 1001. - 0: Legacy navigation bar. - 1: New navigation bar. - 1001: Navigation bar with only the Back button and Title. |
| keepAlive | No | Set to true or false. Default is true. Ignored when mainTask is set to true. |
| ddFocus | No | Set to true or false. Default is true. When set to true, the container prevents internal elements from getting focus during initialization. |
| ddEnableWX | No | Whether to support Weex rendering. When Weex rendering is supported and the page is configured to use Weex rendering mode, Weex can be launched to load the page. |
| ddForceAsync | No | Whether to force asynchronous launch. When forced to launch asynchronously, if a local offline package exists, synchronous updates are not triggered. Asynchronous updates are forced (to resolve launch issues in offline environments). |
| animated | No | Set to 0 or 1. Indicates whether to play a transition animation during asynchronous launch (ignored in synchronous launch scenarios). Default is 1. Available in v4.6.36 and later. |