mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 07:10:52 +00:00
sdk格式修改
Signed-off-by: songjindian <songjindian1@huawei.com>
This commit is contained in:
parent
e5922ff77f
commit
eb42cad829
2
api/@ohos.app.form.formHost.d.ts
vendored
2
api/@ohos.app.form.formHost.d.ts
vendored
@ -1076,7 +1076,7 @@ declare namespace formHost {
|
||||
* @param { formInfo.PublishFormResult } result - The result of publish form.
|
||||
* @throws { BusinessError } 201 - Permissions denied.
|
||||
* @throws { BusinessError } 202 - The application is not a system application.
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes:
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes:
|
||||
* 1.Mandatory parameters are left unspecified; 2.Incorrect parameter types; 3.Parameter verification failed.
|
||||
* @throws { BusinessError } 16500050 - IPC connection error.
|
||||
* @throws { BusinessError } 16500060 - Service connection error.
|
||||
|
16
api/@ohos.app.form.formInfo.d.ts
vendored
16
api/@ohos.app.form.formInfo.d.ts
vendored
@ -1713,7 +1713,7 @@ declare namespace formInfo {
|
||||
* @since 12
|
||||
*/
|
||||
OTHER = -1,
|
||||
|
||||
|
||||
/**
|
||||
* Form is on the desktop
|
||||
*
|
||||
@ -1722,7 +1722,7 @@ declare namespace formInfo {
|
||||
* @since 12
|
||||
*/
|
||||
DESKTOP = 0,
|
||||
|
||||
|
||||
/**
|
||||
* Form is on the form center.
|
||||
*
|
||||
@ -1731,7 +1731,7 @@ declare namespace formInfo {
|
||||
* @since 12
|
||||
*/
|
||||
FORM_CENTER = 1,
|
||||
|
||||
|
||||
/**
|
||||
* Form is on the form manager.
|
||||
*
|
||||
@ -1740,7 +1740,7 @@ declare namespace formInfo {
|
||||
* @since 12
|
||||
*/
|
||||
FORM_MANAGER = 2,
|
||||
|
||||
|
||||
/**
|
||||
* Form is on the negative screen.
|
||||
*
|
||||
@ -1749,7 +1749,7 @@ declare namespace formInfo {
|
||||
* @since 12
|
||||
*/
|
||||
NEGATIVE_SCREEN = 3,
|
||||
|
||||
|
||||
/**
|
||||
* Form is on the form center of negative screen.
|
||||
*
|
||||
@ -1758,7 +1758,7 @@ declare namespace formInfo {
|
||||
* @since 12
|
||||
*/
|
||||
FORM_CENTER_NEGATIVE_SCREEN = 4,
|
||||
|
||||
|
||||
/**
|
||||
* Form is on the form manager of negative screen.
|
||||
*
|
||||
@ -1767,7 +1767,7 @@ declare namespace formInfo {
|
||||
* @since 12
|
||||
*/
|
||||
FORM_MANAGER_NEGATIVE_SCREEN = 5,
|
||||
|
||||
|
||||
/**
|
||||
* Form is on the screen lock.
|
||||
*
|
||||
@ -1776,7 +1776,7 @@ declare namespace formInfo {
|
||||
* @since 12
|
||||
*/
|
||||
SCREEN_LOCK = 6,
|
||||
|
||||
|
||||
/**
|
||||
* Form is on the ai suggestion.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user