Target system to convert data to. Can be used instead of targetUnit to identify the unit to convert to.

Default, SI, Imperial
interface UnitSystemReference {
    unitSystemName: string;
}

Properties

Properties

unitSystemName: string