WindowFormImpl
This commit is contained in:
@@ -36,6 +36,10 @@ export interface WindowFormEvent extends IEventMap {
|
||||
* @param data 窗口数据
|
||||
*/
|
||||
windowFormDataUpdate: (data: IWindowFormDataUpdateParams) => void;
|
||||
/**
|
||||
* 窗口创建完成
|
||||
*/
|
||||
windowFormCreated: () => void;
|
||||
}
|
||||
|
||||
interface IWindowFormDataUpdateParams {
|
||||
|
||||
Reference in New Issue
Block a user