!14710 元能力-form Api lint整改

Merge pull request !14710 from zhengyongjie/master
This commit is contained in:
openharmony_ci 2024-11-16 07:31:35 +00:00 committed by Gitee
commit 88aebd8da9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1556,6 +1556,7 @@ declare namespace formInfo {
* Obtains the id of the this form.
*
* @type { string }
* @readonly
* @default -
* @syscap SystemCapability.Ability.Form
* @systemapi
@ -1567,6 +1568,7 @@ declare namespace formInfo {
* Obtains the bundle name of the application to which this form belongs.
*
* @type { string }
* @readonly
* @default -
* @syscap SystemCapability.Ability.Form
* @systemapi
@ -1578,6 +1580,7 @@ declare namespace formInfo {
* Obtains the bundle name of the form host application.
*
* @type { string }
* @readonly
* @default -
* @syscap SystemCapability.Ability.Form
* @systemapi
@ -1589,6 +1592,7 @@ declare namespace formInfo {
* The location of this form.
*
* @type { FormLocation }
* @readonly
* @default -
* @syscap SystemCapability.Ability.Form
* @systemapi
@ -1600,6 +1604,7 @@ declare namespace formInfo {
* Obtains the visibility of this form.
*
* @type { VisibilityType }
* @readonly
* @default -
* @syscap SystemCapability.Ability.Form
* @systemapi
@ -1611,6 +1616,7 @@ declare namespace formInfo {
* Obtains the name of the application module to which this form belongs.
*
* @type { string }
* @readonly
* @default -
* @syscap SystemCapability.Ability.Form
* @systemapi
@ -1622,6 +1628,7 @@ declare namespace formInfo {
* Obtains the class name of the ability to which this form belongs.
*
* @type { string }
* @readonly
* @default -
* @syscap SystemCapability.Ability.Form
* @systemapi
@ -1633,6 +1640,7 @@ declare namespace formInfo {
* Obtains the name of this form.
*
* @type { string }
* @readonly
* @default -
* @syscap SystemCapability.Ability.Form
* @systemapi
@ -1644,6 +1652,7 @@ declare namespace formInfo {
* Obtains the grid style of this form.
*
* @type { number }
* @readonly
* @default -
* @syscap SystemCapability.Ability.Form
* @systemapi