mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2025-03-04 23:37:33 +00:00
【api】prompt与promptAction type标签补充
Signed-off-by: yyuanche <yuancheng25@huawei.com>
This commit is contained in:
parent
11c3f75a26
commit
e2530148ce
1
api/@ohos.prompt.d.ts
vendored
1
api/@ohos.prompt.d.ts
vendored
@ -105,6 +105,7 @@ declare namespace prompt {
|
||||
interface ShowDialogSuccessResponse {
|
||||
|
||||
/**
|
||||
* @type { number }
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @since 8
|
||||
* @deprecated since 9
|
||||
|
3
api/@ohos.promptAction.d.ts
vendored
3
api/@ohos.promptAction.d.ts
vendored
@ -1053,6 +1053,7 @@ declare namespace promptAction {
|
||||
* The array structure is {text:'button', color: '#666666'}.
|
||||
* One to six buttons are supported.
|
||||
*
|
||||
* @type { [Button, Button?, Button?, Button?, Button?, Button?] }
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @since 9
|
||||
*/
|
||||
@ -1061,6 +1062,7 @@ declare namespace promptAction {
|
||||
* The array structure is {text:'button', color: '#666666'}.
|
||||
* One to six buttons are supported.
|
||||
*
|
||||
* @type { [Button, Button?, Button?, Button?, Button?, Button?] }
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @crossplatform
|
||||
* @since 10
|
||||
@ -1070,6 +1072,7 @@ declare namespace promptAction {
|
||||
* The array structure is {text:'button', color: '#666666'}.
|
||||
* One to six buttons are supported.
|
||||
*
|
||||
* @type { [Button, Button?, Button?, Button?, Button?, Button?] }
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @crossplatform
|
||||
* @atomicservice
|
||||
|
Loading…
x
Reference in New Issue
Block a user