@webdeveric/utils
Preparing search index...
types/objects
ApplyPropertyAttribute
Type Alias ApplyPropertyAttribute<Type, Attribute, Retain>
ApplyPropertyAttribute
:
Attribute
extends
|
{
writable
:
true
}
|
{
set
(
value
:
never
)
:
void
}
?
Type
:
Attribute
extends
{
writable
:
false
}
?
Readonly
<
Type
>
:
Retain
extends
true
?
Type
:
Readonly
<
Type
>
Type Parameters
Type
Attribute
extends
PropertyAttribute
Retain
extends
boolean
=
false
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webdeveric/utils
Loading...