diff --git a/api/@ohos.app.form.formInfo.d.ts b/api/@ohos.app.form.formInfo.d.ts index a1c9640ba..c985add6f 100644 --- a/api/@ohos.app.form.formInfo.d.ts +++ b/api/@ohos.app.form.formInfo.d.ts @@ -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. *