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