mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 07:10:52 +00:00
add displayNameId
Signed-off-by: Baisong Zhong <zhongbaisong@huawei.com> Change-Id: Ied49ec61c48d72331358116ff65a75aec3b30a5b
This commit is contained in:
parent
bf5ce37d75
commit
8161073912
10
api/@ohos.app.form.formInfo.d.ts
vendored
10
api/@ohos.app.form.formInfo.d.ts
vendored
@ -130,6 +130,16 @@ declare namespace formInfo {
|
||||
*/
|
||||
displayName: string;
|
||||
|
||||
/**
|
||||
* Obtains the displayName id of this form.
|
||||
*
|
||||
* @type { number }
|
||||
* @syscap SystemCapability.Ability.Form
|
||||
* @atomicservice
|
||||
* @since 11
|
||||
*/
|
||||
displayNameId: number;
|
||||
|
||||
/**
|
||||
* Obtains the description of this form.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user