mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 15:20:17 +00:00
feat: add param keys for startWindow
Signed-off-by: yangxuguang-huawei <yangxuguang3@huawei.com>
This commit is contained in:
parent
f5d959c5f3
commit
30704c66f3
45
api/@ohos.app.ability.wantConstant.d.ts
vendored
45
api/@ohos.app.ability.wantConstant.d.ts
vendored
@ -246,6 +246,51 @@ declare namespace wantConstant {
|
||||
* @since 12
|
||||
*/
|
||||
APP_CLONE_INDEX_KEY = 'ohos.extra.param.key.appCloneIndex',
|
||||
|
||||
/**
|
||||
* Indicates the param of page path.
|
||||
*
|
||||
* @syscap SystemCapability.Ability.AbilityBase
|
||||
* @atomicservice
|
||||
* @since 12
|
||||
*/
|
||||
PAGE_PATH = 'ohos.param.atomicservice.pagePath',
|
||||
|
||||
/**
|
||||
* Indicates the param of router name.
|
||||
*
|
||||
* @syscap SystemCapability.Ability.AbilityBase
|
||||
* @atomicservice
|
||||
* @since 12
|
||||
*/
|
||||
ROUTER_NAME = 'ohos.param.atomicservice.routerName',
|
||||
|
||||
/**
|
||||
* Indicates the param of page source file.
|
||||
*
|
||||
* @syscap SystemCapability.Ability.AbilityBase
|
||||
* @atomicservice
|
||||
* @since 12
|
||||
*/
|
||||
PAGE_SOURCE_FILE = 'ohos.param.atomicservice.pageSourceFile',
|
||||
|
||||
/**
|
||||
* Indicates the param of build function.
|
||||
*
|
||||
* @syscap SystemCapability.Ability.AbilityBase
|
||||
* @atomicservice
|
||||
* @since 12
|
||||
*/
|
||||
BUILD_FUNCTION = 'ohos.param.atomicservice.buildFunction',
|
||||
|
||||
/**
|
||||
* Indicates the param of subpackage name.
|
||||
*
|
||||
* @syscap SystemCapability.Ability.AbilityBase
|
||||
* @atomicservice
|
||||
* @since 12
|
||||
*/
|
||||
SUB_PACKAGE_NAME = 'ohos.param.atomicservice.subpackageName',
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user