NativeScript 9.1 Released → V8 14.9, Vite 8 HMR, built for rapid agentic visual iteration
Dig in

Defined in: native-window/native-window-interfaces.ts

Event data for the layoutDirectionChanged event of a NativeWindow.

Extends

Properties

eventName

ts
eventName: string;

Defined in: data/observable/index.ts

The name of the event.

Inherited from

NativeWindowEventData.eventName


newValue

ts
newValue: LayoutDirectionType;

Defined in: native-window/native-window-interfaces.ts

The layout direction the window is now using.


object

ts
object: Observable;

Defined in: data/observable/index.ts

The Observable instance that has raised the event.

Inherited from

NativeWindowEventData.object


window

ts
window: NativeWindow;

Defined in: native-window/native-window-interfaces.ts

The NativeWindow that emitted the event.

Inherited from

NativeWindowEventData.window