@geogirafe/lib-geoportal
    Preparing search index...
    type SharedInternalTheme = {
        checked: number;
        children: SharedInternalLayer[];
        excludedChildrenIds: number[];
        id: number;
        isExpanded: number;
        order: number;
    }
    Index

    Properties

    checked: number
    excludedChildrenIds: 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

    id: number
    isExpanded: number
    order: number