mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 07:10:52 +00:00
!14710 元能力-form Api lint整改
Merge pull request !14710 from zhengyongjie/master
This commit is contained in:
commit
88aebd8da9
9
api/@ohos.app.form.formInfo.d.ts
vendored
9
api/@ohos.app.form.formInfo.d.ts
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user