Class: XPathElementRef
Defined in: common/MyopElementRef.ts:11
Implements
Constructors
new XPathElementRef()
new XPathElementRef(
xPath
,htmlTagName
,BoundingRect
?,offsetTop
?,offsetLeft
?):XPathElementRef
Defined in: common/MyopElementRef.ts:12
Parameters
xPath
string
htmlTagName
string
BoundingRect?
DOMRect
offsetTop?
number
offsetLeft?
number
Returns
Properties
BoundingRect?
optional
BoundingRect:DOMRect
Defined in: common/MyopElementRef.ts:14
Implementation of
htmlTagName
htmlTagName:
string
Defined in: common/MyopElementRef.ts:13
Implementation of
offsetLeft?
optional
offsetLeft:number
Defined in: common/MyopElementRef.ts:16
Implementation of
offsetTop?
optional
offsetTop:number
Defined in: common/MyopElementRef.ts:15
Implementation of
type
readonly
type:string
='XPathElementRef'
Defined in: common/MyopElementRef.ts:19
Implementation of
xPath
xPath:
string
Defined in: common/MyopElementRef.ts:12