META UI Components
    Preparing search index...

    Interface IMeInputProp

    Единица измерения + значение

    interface IMeInputProp {
        name: string;
        unit?: IUnit;
        value: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: string
    unit?: IUnit
    value: any