window panel

This commit is contained in:
wass08
2026-02-18 13:14:55 +09:00
parent 076faae7df
commit be013d26e5
5 changed files with 198 additions and 69 deletions
+2 -1
View File
@@ -28,7 +28,8 @@ export const WindowNode = BaseNode.extend({
// [1] = single pane (no division)
columnRatios: z.array(z.number()).default([1]),
rowRatios: z.array(z.number()).default([1]),
dividerThickness: z.number().default(0.03),
columnDividerThickness: z.number().default(0.03),
rowDividerThickness: z.number().default(0.03),
// Sill
sill: z.boolean().default(true),