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

Defined in: ui/core/view/index.d.ts:1214

Defines an interface for a View factory function. Commonly used to specify the visualization of data objects.

ts
Template(): View;

Defined in: ui/core/view/index.d.ts:1219

Call signature of the factory function. Returns a new View instance.

Returns

View