@tb-dev/prototype-dom - v7.0.17
Preparing search index...
element
Type Alias element
type
element
=
{
getAttributeAsFloatStrict
:
<
E
extends
Element
>
()
=>
(
this
:
E
,
attribute
:
string
,
)
=>
number
;
getAttributeAsIntStrict
:
<
E
extends
Element
>
()
=>
(
this
:
E
,
attribute
:
string
,
radix
?:
number
,
)
=>
number
;
getAttributeStrict
:
<
E
extends
Element
>
()
=>
(
this
:
E
,
attribute
:
string
,
)
=>
string
;
getTextAsFloatStrict
:
<
E
extends
Element
>
()
=>
(
this
:
E
)
=>
number
;
getTextAsIntStrict
:
<
E
extends
Element
>
()
=>
(
this
:
E
,
radix
?:
number
,
)
=>
number
;
getTextStrict
:
<
E
extends
Element
>
()
=>
(
this
:
E
)
=>
string
;
queryAsArray
:
<
E
extends
Element
|
Document
>
()
=>
<
T
=
Element
>
(
this
:
E
,
selector
:
string
,
valueFn
?:
(
element
:
Element
)
=>
T
,
)
=>
T
[]
;
queryAsMap
:
<
E
extends
Element
|
Document
>
()
=>
<
T
extends
Element
,
K
,
V
=
T
,
>
(
this
:
E
,
selector
:
string
,
keyFn
:
(
element
:
T
)
=>
K
,
valueFn
?:
(
element
:
T
)
=>
V
,
)
=>
Map
<
K
,
V
>
;
queryAsSet
:
<
E
extends
Element
|
Document
>
()
=>
<
T
=
Element
>
(
this
:
E
,
selector
:
string
,
valueFn
?:
(
element
:
Element
)
=>
T
,
)
=>
Set
<
T
>
;
queryStrict
:
<
E
extends
Element
|
Document
>
()
=>
<
T
extends
Element
=
Element
,
>
(
this
:
E
,
selector
:
string
,
)
=>
T
;
waitChild
:
<
E
extends
Element
|
Document
>
()
=>
<
T
extends
Element
=
Element
,
>
(
this
:
E
,
selector
:
string
,
timeoutMillis
?:
number
,
)
=>
Promise
<
T
>
;
waitScroll
:
<
E
extends
Element
|
Document
>
()
=>
(
this
:
E
,
selector
:
string
,
options
?:
WaitScrollOptions
,
)
=>
Promise
<
void
>
;
}
Index
Properties
get
Attribute
As
Float
Strict
get
Attribute
As
Int
Strict
get
Attribute
Strict
get
Text
As
Float
Strict
get
Text
As
Int
Strict
get
Text
Strict
query
As
Array
query
As
Map
query
As
Set
query
Strict
wait
Child
wait
Scroll
Properties
get
Attribute
As
Float
Strict
getAttributeAsFloatStrict
:
<
E
extends
Element
>
()
=>
(
this
:
E
,
attribute
:
string
,
)
=>
number
get
Attribute
As
Int
Strict
getAttributeAsIntStrict
:
<
E
extends
Element
>
()
=>
(
this
:
E
,
attribute
:
string
,
radix
?:
number
,
)
=>
number
get
Attribute
Strict
getAttributeStrict
:
<
E
extends
Element
>
()
=>
(
this
:
E
,
attribute
:
string
,
)
=>
string
get
Text
As
Float
Strict
getTextAsFloatStrict
:
<
E
extends
Element
>
()
=>
(
this
:
E
)
=>
number
get
Text
As
Int
Strict
getTextAsIntStrict
:
<
E
extends
Element
>
()
=>
(
this
:
E
,
radix
?:
number
)
=>
number
get
Text
Strict
getTextStrict
:
<
E
extends
Element
>
()
=>
(
this
:
E
)
=>
string
query
As
Array
queryAsArray
:
<
E
extends
Element
|
Document
>
()
=>
<
T
=
Element
>
(
this
:
E
,
selector
:
string
,
valueFn
?:
(
element
:
Element
)
=>
T
,
)
=>
T
[]
query
As
Map
queryAsMap
:
<
E
extends
Element
|
Document
>
()
=>
<
T
extends
Element
,
K
,
V
=
T
>
(
this
:
E
,
selector
:
string
,
keyFn
:
(
element
:
T
)
=>
K
,
valueFn
?:
(
element
:
T
)
=>
V
,
)
=>
Map
<
K
,
V
>
query
As
Set
queryAsSet
:
<
E
extends
Element
|
Document
>
()
=>
<
T
=
Element
>
(
this
:
E
,
selector
:
string
,
valueFn
?:
(
element
:
Element
)
=>
T
,
)
=>
Set
<
T
>
query
Strict
queryStrict
:
<
E
extends
Element
|
Document
>
()
=>
<
T
extends
Element
=
Element
>
(
this
:
E
,
selector
:
string
,
)
=>
T
wait
Child
waitChild
:
<
E
extends
Element
|
Document
>
()
=>
<
T
extends
Element
=
Element
>
(
this
:
E
,
selector
:
string
,
timeoutMillis
?:
number
,
)
=>
Promise
<
T
>
wait
Scroll
waitScroll
:
<
E
extends
Element
|
Document
>
()
=>
(
this
:
E
,
selector
:
string
,
options
?:
WaitScrollOptions
,
)
=>
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
Attribute
As
Float
Strict
get
Attribute
As
Int
Strict
get
Attribute
Strict
get
Text
As
Float
Strict
get
Text
As
Int
Strict
get
Text
Strict
query
As
Array
query
As
Map
query
As
Set
query
Strict
wait
Child
wait
Scroll
@tb-dev/prototype-dom - v7.0.17
Loading...