mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-06-03 18:49:23 +08:00
删除PopViewParams废弃的接口
This commit is contained in:
@@ -48,13 +48,4 @@ export class ViewParams {
|
||||
valid: boolean = true;
|
||||
/** 界面根节点 */
|
||||
node: Node = null!;
|
||||
}
|
||||
|
||||
/** 弹框层回调对象定义(废弃) */
|
||||
export interface PopViewParams extends UICallbacks {
|
||||
/** 是否触摸背景关闭弹窗 */
|
||||
touchClose?: boolean,
|
||||
|
||||
/** 控制暗色背景的透明度 默认为190*/
|
||||
opacity?: number;
|
||||
}
|
||||
Reference in New Issue
Block a user