WindowFormImpl

This commit is contained in:
2025-09-19 09:57:14 +08:00
parent 68bdabf928
commit 62b4ae7379
3 changed files with 57 additions and 90 deletions

View File

@@ -36,6 +36,10 @@ export interface WindowFormEvent extends IEventMap {
* @param data 窗口数据
*/
windowFormDataUpdate: (data: IWindowFormDataUpdateParams) => void;
/**
* 窗口创建完成
*/
windowFormCreated: () => void;
}
interface IWindowFormDataUpdateParams {