feat: Update Layer type definition with additional properties
This commit is contained in:
@@ -12,6 +12,10 @@ type Layer = {
|
||||
name: string;
|
||||
visible: boolean;
|
||||
locked: boolean;
|
||||
color?: string;
|
||||
lineType?: string;
|
||||
transparency?: number;
|
||||
sortOrder?: number;
|
||||
};
|
||||
|
||||
type Element = {
|
||||
|
||||
Reference in New Issue
Block a user