systemix - v0.1.1
    Preparing search index...

    Interface tComponentDef

    interface tComponentDef {
        compCompute: tCompCompFunc;
        compDescription: string;
        compName: string;
        compParams: tParamDef;
    }
    Index

    Properties

    compCompute: tCompCompFunc
    compDescription: string
    compName: string
    compParams: tParamDef