Classes
Utils.Source
Source
A class encapsulating information for source code origin.
Summary
Constructors
constructor
new Source(uri: string, line: number, column: number): Source
defined in @nativescript/core/utils/debug.d.ts:13:1
Creates a new Source instance by given uri, line and column.
Returns Source
Properties
column
defined in @nativescript/core/utils/debug.d.ts:28:1
Gets the position in the source document.
line
defined in @nativescript/core/utils/debug.d.ts:23:1
Gets the line in the source document.
uri
defined in @nativescript/core/utils/debug.d.ts:18:1
Gets the URI of the source document;
Methods
- Next
- AccessibilityEvents