Try add wals
This commit is contained in:
@@ -14,7 +14,9 @@ export interface AppConfig {
|
||||
export interface Partition {
|
||||
id: string;
|
||||
axis: 'x' | 'y';
|
||||
offset: number; // 0.0 - 1.0
|
||||
offset: number; // Положение (0.0 - 1.0)
|
||||
min: number; // Начало линии (0.0 - 1.0)
|
||||
max: number; // Конец линии (0.0 - 1.0)
|
||||
height: number;
|
||||
rounded: boolean;
|
||||
}
|
||||
@@ -22,7 +24,6 @@ export interface Partition {
|
||||
export interface LayoutSplits {
|
||||
x: number[];
|
||||
y: number[];
|
||||
// Ключ "i-j", Значение - массив перегородок
|
||||
partitions: Record<string, Partition[]>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user