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