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.
Parameter Default Description
uri
string
line
number
column
number
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 β
get β
Static
get(object: any): Source
defined in @nativescript/core/utils/debug.d.ts:33:1
Get the source of an object.
Parameter Default Description
object
any
Returns Source
set β
Static
set(object: any, src: Source): any
- Next
- AccessibilityEvents
On this page