Storage of update info

interface IUpdate {
    args: IPostProcessArgs;
    params: any;
    url: string;
}

Properties

Properties

arguments for post processing functions

params: any

object to update the layers definition

url: string

URL for the update request