Preparing search index...
The search index is not available
Ibyar/Aurora
Ibyar/Aurora
@ibyar/elements
ElementAttribute
Class ElementAttribute<N, V>
a normal attribute with its source value without any binding.
Type Parameters
N
V
Hierarchy (
View Summary
)
Attribute
<
N
,
V
>
ElementAttribute
Index
Constructors
constructor
Properties
name
value
Methods
toJSON
Constructors
constructor
new
ElementAttribute
<
N
,
V
>
(
name
:
N
,
value
:
V
)
:
ElementAttribute
<
N
,
V
>
Type Parameters
N
V
Parameters
name
:
N
value
:
V
Returns
ElementAttribute
<
N
,
V
>
Properties
name
name
:
N
value
value
:
V
Methods
toJSON
toJSON
()
:
ElementAttribute
<
N
,
V
>
&
{
type
:
string
}
Returns
ElementAttribute
<
N
,
V
>
&
{
type
:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
name
value
Methods
toJSON
Ibyar/Aurora
Loading...
a normal attribute with its source value without any binding.