Interface IModelMaterialsChild

    interface IModelMaterialsChild {
        default: string | number;
        htmlEntity: IHtmlEntity;
        label: string;
        name: string;
        unit?: IUnit;
        units?: IUnit[];
    }

    Properties

    default: string | number
    htmlEntity: IHtmlEntity
    label: string
    name: string
    unit?: IUnit
    units?: IUnit[]

    Generated using TypeDoc and TypeDoc Airthium Plugin