schema 描述调整

This commit is contained in:
liaoxuezhi 2020-09-30 12:15:22 +08:00
parent 5b9a2940fe
commit 93ddbda177

View File

@ -141,6 +141,10 @@ export interface DialogActionSchema extends ButtonSchema {
*/ */
actionType: 'dialog'; actionType: 'dialog';
/**
*
* https://baidu.gitee.io/amis/docs/components/dialog
*/
dialog: DialogSchemaBase; dialog: DialogSchemaBase;
/** /**
@ -156,8 +160,10 @@ export interface DrawerActionSchema extends ButtonSchema {
* *
*/ */
actionType: 'drawer'; actionType: 'drawer';
/** /**
* *
* https://baidu.gitee.io/amis/docs/components/drawer
*/ */
drawer: DrawerSchemaBase; drawer: DrawerSchemaBase;