@webdeveric/utils
Preparing search index...
normalize
NormalizeContext
Type Alias NormalizeContext<OwnerRecordType, ContextData>
type
NormalizeContext
<
OwnerRecordType
,
ContextData
extends
AnyRecord
>
=
{
current
:
OwnerRecordType
;
data
:
ContextData
;
original
:
Readonly
<
OwnerRecordType
>
;
}
Type Parameters
OwnerRecordType
ContextData
extends
AnyRecord
Index
Properties
current
data
original
Properties
current
current
:
OwnerRecordType
data
data
:
ContextData
original
original
:
Readonly
<
OwnerRecordType
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
current
data
original
@webdeveric/utils
Loading...