Preparing search index...
The search index is not available
@zeix/ui-element
@zeix/ui-element
setAttribute
Function setAttribute
Set attribute of an element
Since
0.8.0
setAttribute
<
E
extends
Element
>
(
name
:
string
,
s
?:
SignalLike
<
string
>
,
)
:
(
host
:
UIElement
<
{}
>
,
target
:
E
,
index
:
number
)
=>
void
Type Parameters
E
extends
Element
Parameters
name
:
string
name of attribute to be set
s
:
SignalLike
<
string
>
= name
state bound to the attribute value
Returns
(
host
:
UIElement
<
{}
>
,
target
:
E
,
index
:
number
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@zeix/ui-element
Loading...
Set attribute of an element
Since
0.8.0