NativeScript 9.1 Released → V8 14.9, Vite 8 HMR, built for rapid agentic visual iteration
Dig in
ts
type WindowRole = "application" | "embedded" | "carplay" | "externalDisplay";

Defined in: native-window/index.d.ts:18

The purpose a window surface serves.

  • application – a regular app window (iOS application scene, Android activity).
  • embedded – a window hosted inside another app or container.
  • carplay – a CarPlay template scene.
  • externalDisplay – an external/secondary display scene.