Add layer opacity
As requested by @Bfritz0815
This commit is contained in:
parent
2f342b72bc
commit
4a19d8d45e
3 changed files with 6 additions and 3 deletions
|
|
@ -75,6 +75,7 @@ declare type Layer = {
|
|||
name: string,
|
||||
baseLayer: boolean,
|
||||
defaultVisibility: "visible" | "hidden",
|
||||
opacity: number
|
||||
};
|
||||
|
||||
declare type StateAction = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue