This commit is contained in:
2025-09-22 13:23:12 +08:00
parent e3ff2045ea
commit 16b4b27352
14 changed files with 167 additions and 169 deletions

View File

@@ -1,7 +1,8 @@
import type { IProcess } from '@/core/process/IProcess.ts'
import type { TWindowFormState } from '@/core/window/types/WindowFormTypes.ts'
import type { IDestroyable } from '@/core/common/types/IDestroyable.ts'
export interface IWindowForm {
export interface IWindowForm extends IDestroyable {
/** 窗体id */
get id(): string;
/** 窗体所属的进程 */