9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement

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

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:357

A function used to create the View instance. Optional.

Returns

View


moduleName?

ts
optional moduleName?: string;

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

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