@webdeveric/utils
Preparing search index...
defineProperties
WithPropertyMap
Type Alias WithPropertyMap<Type, AttributeMap>
WithPropertyMap
:
Omit
<
Type
,
keyof
AttributeMap
>
&
UnionToIntersection
<
{
[
Property
in
keyof
AttributeMap
]
:
ApplyPropertyAttribute
<
GetPropertyRecordFromAttribute
<
Type
,
Property
,
AttributeMap
[
Property
]
>
,
AttributeMap
[
Property
]
,
RetainMutability
<
Type
,
Property
>
,
>
}
[
keyof
AttributeMap
]
,
>
Type Parameters
Type
AttributeMap
extends
PropertyAttributeMap
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webdeveric/utils
Loading...