The data section of a solution item.

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

Properties

Properties

metadata: any

General information about the solution template

templates: IItemTemplate[]

The collection of templates