NativeScript 9.1 Released → V8 14.9, Vite 8 HMR, built for rapid agentic visual iteration
Dig in
ts
type FixedLengthType = 
  | dip
  | LengthDipUnit
  | LengthPxUnit
  | `${number}dip`
  | `${number}px`
  | CSSWideKeywords;

Defined in: core-types/index.ts

Previous
DockType