The data section of a solution item.

interface ISolutionItemData {
    metadata: any;
    params?: ISolutionItemDataParams;
    templates: IItemTemplate[];
}

Properties

metadata: any

General information about the solution template

Supplemental information about the solution, e.g., its default spatial reference

templates: IItemTemplate[]

The collection of templates