Preparing search index...
The search index is not available
Wayward Types Viewer | 2.13.5-beta
Wayward Types Viewer
ui/util/ComponentManipulator
AttributeManipulator
Class AttributeManipulator<T>
Type Parameters
T
Hierarchy
Manipulator
<
T
,
AttributeUntil
<
T
>
>
AttributeManipulator
Index
Constructors
constructor
Properties
element
host
until
Handler
Methods
after
get
has
remove
set
until
Constructors
constructor
new
Attribute
Manipulator
<
T
>
(
host
:
T
, element
:
(
(
)
=>
HTMLElement
)
)
:
AttributeManipulator
<
T
>
Type Parameters
T
Parameters
host:
T
element:
(
(
)
=>
HTMLElement
)
(
)
:
HTMLElement
Returns
HTMLElement
Returns
AttributeManipulator
<
T
>
Properties
Protected
Readonly
element
element
:
(
(
)
=>
HTMLElement
)
Type declaration
(
)
:
HTMLElement
Returns
HTMLElement
Protected
Readonly
host
host
:
T
Protected
until
Handler
until
Handler
:
{
set
:
any
;
}
= ...
Type declaration
set
:
any
Methods
after
after
(
promise
:
Promise
<
any
>
)
:
AttributeUntil
<
T
>
Parameters
promise:
Promise
<
any
>
Returns
AttributeUntil
<
T
>
after
(
ms
:
number
)
:
AttributeUntil
<
T
>
Parameters
ms:
number
Returns
AttributeUntil
<
T
>
get
get
(
name
:
string
)
:
string
Parameters
name:
string
Returns
string
get
(
firstAttribute
:
string
, secondAttribute
:
string
,
...
attributes
:
string
[]
)
:
Stream
<
[
string
,
null
|
string
]
>
Parameters
firstAttribute:
string
secondAttribute:
string
Rest
...
attributes:
string
[]
Returns
Stream
<
[
string
,
null
|
string
]
>
has
has
(
...
attributes
:
string
[]
)
:
boolean
Parameters
Rest
...
attributes:
string
[]
Returns
boolean
remove
remove
(
...
attributes
:
string
[]
)
:
T
Parameters
Rest
...
attributes:
string
[]
Returns
T
set
set
(
name
:
string
, value
:
string
)
:
T
Parameters
name:
string
value:
string
Returns
T
set
(
attributes
:
Iterable
<
[
string
,
null
|
string
]
>
)
:
T
Parameters
attributes:
Iterable
<
[
string
,
null
|
string
]
>
Returns
T
until
until
(
promise
:
Promise
<
any
>
)
:
AttributeUntil
<
T
>
Parameters
promise:
Promise
<
any
>
Returns
AttributeUntil
<
T
>
until
(
ms
:
number
)
:
AttributeUntil
<
T
>
Parameters
ms:
number
Returns
AttributeUntil
<
T
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Navigation
Modding Guide
Module Index
Common Modules
@Register
IDoodadDescription
IItemDescription
ITerrainDescription
ITileEventDescription
ICreatureDescription
In This Module
Attribute
Manipulator
constructor
element
host
until
Handler
after
get
has
remove
set
until
Generated using
TypeDoc