UnitSystemKey Type alias

Beta  

Used to uniquely identify a unit system. There should be an entry for each entry in PresentationUnitSystem @presentation-common package "metric" -> PresentationUnitSystem.Metric "imperial" -> PresentationUnitSystem.BritishImperial "usCustomary" -> PresentationUnitSystem.UsCustomary "usSurvey" -> PresentationUnitSystem.UsSurvey

UnitSystemKey = "metric" | "imperial" | "usCustomary" | "usSurvey"

Defined in

Last Updated: 29 November, 2022