getCharNumAtPosition property
num Function([DOMPointInit?])
get
getCharNumAtPosition
Implementation
_i2.num Function([_i3.DOMPointInit?]) get getCharNumAtPosition =>
([_i3.DOMPointInit? p0]) => _i4.callMethod(
_i4.getProperty(
this,
'getCharNumAtPosition',
),
r'call',
[
this,
p0 ?? _i6.undefined,
],
);
set
getCharNumAtPosition
(num value([DOMPointInit?]))
Implementation
set getCharNumAtPosition(_i2.num Function([_i3.DOMPointInit?]) value) {
_i4.setProperty(
this,
'getCharNumAtPosition',
_i4.allowInterop(value),
);
}