type SharedLayer = {
    c: number;
    e: number;
    i: number;
    o: number;
    x: number[];
    z: SharedLayer[];
}
Index

Properties

c e i o x z

Properties

c: number
e: number
i: number
o: number
x: number[]

The following attribute will be useful to know which children were explicitly deleted from the view. Without this, we are not able to know if the layer is new in the server configuration And should forcefully be added to the layer tree because the user just didn't know this layer when he has created this shared state Or if it was explicitly removed from the user, and then we won't have to display it again