@webdeveric/utils
Preparing search index...
types/objects
GetPropertyRecordFromAttribute
Type Alias GetPropertyRecordFromAttribute<Type, Property, Attribute, DefaultType>
GetPropertyRecordFromAttribute
:
Attribute
extends
|
{
value
:
infer
PropertyType
;
}
|
{
get
()
:
PropertyType
}
|
{
set
(
value
:
PropertyType
)
:
void
}
?
Record
<
Property
,
PropertyType
>
:
Record
<
Property
,
DefaultType
>
Type Parameters
Type
Property
extends
PropertyKey
Attribute
extends
PropertyAttribute
DefaultType
=
GetPropertyType
<
Type
,
Property
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webdeveric/utils
Loading...