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

Defined in: ui/frame/index.d.ts:358

Represents an entry to be used to create a view or load it form file

Extended by

Properties

create?

ts
optional create?: () => View;

Defined in: ui/frame/index.d.ts:367

A function used to create the View instance. Optional.

Returns

View


moduleName?

ts
optional moduleName?: string;

Defined in: ui/frame/index.d.ts:362

The name of the module containing the View instance to load. Optional.