Interface IpXactComponent_Parameters

interface IpXactComponent_Parameters {
    name?: string;
    svFilePath: string;
    xmlDataPath: string;
}

Hierarchy (view full)

Properties

name?: string
svFilePath: string
xmlDataPath: string

Generated using TypeDoc