Storage of arguments for post processing functions

interface IPostProcessArgs {
    authentication: UserSession;
    itemTemplate: any;
    message: string;
    objects: any;
}

Properties

authentication: UserSession

Credentials for the request

itemTemplate: any

Template of item to be created

message: string

Status message to show after the layerDefinition is updated.

objects: any

Key objects to add to the layerDefinition.