mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 07:10:52 +00:00
RunningInfo修改
Signed-off-by: chenyuyan <chenyuyan3@huawei.com> Change-Id: I81abf45fa3fd315cb826147907f74c17a05992c4
This commit is contained in:
parent
4b5b3cd957
commit
546afba8b3
17
api/@ohos.app.form.formInfo.d.ts
vendored
17
api/@ohos.app.form.formInfo.d.ts
vendored
@ -578,15 +578,16 @@ declare namespace formInfo {
|
||||
*/
|
||||
abilityName ?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
* The class of a running form information.
|
||||
*
|
||||
* @permission N/A
|
||||
* @syscap SystemCapability.Ability.Form
|
||||
* @systemapi hide this for inner system use
|
||||
* @since 10
|
||||
*/
|
||||
export interface RunningFormInfo {
|
||||
* The class of a running form information.
|
||||
*
|
||||
* @permission N/A
|
||||
* @syscap SystemCapability.Ability.Form
|
||||
* @systemapi hide this for inner system use
|
||||
* @since 10
|
||||
*/
|
||||
interface RunningFormInfo {
|
||||
/**
|
||||
* Obtains the id of the this form.
|
||||
* @type { string }
|
||||
|
Loading…
Reference in New Issue
Block a user