Skip to main content

Class: MyopElementRef

Defined in: common/MyopElementRef.ts:22

Implements

Constructors

new MyopElementRef()

new MyopElementRef(myopId, htmlTagName, BoundingRect?, offsetTop?, offsetLeft?): MyopElementRef

Defined in: common/MyopElementRef.ts:23

Parameters

myopId

string

htmlTagName

string

BoundingRect?

DOMRect

offsetTop?

number

offsetLeft?

number

Returns

MyopElementRef

Properties

BoundingRect?

optional BoundingRect: DOMRect

Defined in: common/MyopElementRef.ts:25

Implementation of

IElementRef.BoundingRect


htmlTagName

htmlTagName: string

Defined in: common/MyopElementRef.ts:24

Implementation of

IElementRef.htmlTagName


myopId

myopId: string

Defined in: common/MyopElementRef.ts:23

Implementation of

IElementRef.myopId


offsetLeft?

optional offsetLeft: number

Defined in: common/MyopElementRef.ts:27

Implementation of

IElementRef.offsetLeft


offsetTop?

optional offsetTop: number

Defined in: common/MyopElementRef.ts:26

Implementation of

IElementRef.offsetTop


type

readonly type: string = 'MyopElementRef'

Defined in: common/MyopElementRef.ts:31

Implementation of

IElementRef.type