NextGIS Frontend
    Preparing search index...
    interface StateData<P extends Params = Params> {
        state: {
            params?: { [name in string | number | symbol]: string };
            type?: "remove";
            url: string;
        };
        url: string;
    }

    Type Parameters

    Index

    Properties

    Properties

    state: {
        params?: { [name in string | number | symbol]: string };
        type?: "remove";
        url: string;
    }
    url: string