Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
Interfaces
LoadOptions
LoadOptions
interface LoadOptions { attributes: any; exports: any; name: string; page: Page; path: string; }
Summary
Properties
Properties
attributes
defined in @nativescript/core/ui/builder/index.d.ts:8:1
exports
defined in @nativescript/core/ui/builder/index.d.ts:9:1
name
defined in @nativescript/core/ui/builder/index.d.ts:7:1
path
defined in @nativescript/core/ui/builder/index.d.ts:6:1
- Previous
- LoadEventData
- Next
- LoginOptions