Interfaces
ViewEntry
Represents an entry to be used to create a view or load it form file
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?
optional create?: () => View;Defined in: ui/frame/index.d.ts:367
A function used to create the View instance. Optional.
Returns
moduleName?
optional moduleName?: string;Defined in: ui/frame/index.d.ts:362
The name of the module containing the View instance to load. Optional.
- Previous
- UnhandledErrorEventData
- Next
- WindowBaseEventData