Interface: InitialArea
Defined in: initialLayout.ts:33
声明式初始区域:rect 为 [0,1]×[0,1] 归一化比例矩形
Properties
content?
optionalcontent?:string|ContentDef<Record<string,unknown>>
Defined in: initialLayout.ts:41
区域内容:已注册的类型名,或内联内容定义(自动注册,type 即最终 contentType, 单一命名空间——areaStates/areaInstances/状态栏均按 type 寻址); 缺省 "general"
id?
optionalid?:number
Defined in: initialLayout.ts:35
区域 id(缺省自动分配,避开所有显式 id)
rect
rect: [
number,number,number,number]
Defined in: initialLayout.ts:37
[xmin, ymin, xmax, ymax] 归一化比例矩形