Magek Framework
GitHub
Website
Preparing search index...
FinderByKeyFunction
Type Alias FinderByKeyFunction<TObject>
FinderByKeyFunction
:
(
objectClass
:
AnyClass
,
id
:
UUID
,
sequenceKey
?:
SequenceKey
,
)
=>
Promise
<
TObject
|
ReadOnlyNonEmptyArray
<
TObject
>
>
Type Parameters
TObject
Type Declaration
(
objectClass
:
AnyClass
,
id
:
UUID
,
sequenceKey
?:
SequenceKey
,
)
:
Promise
<
TObject
|
ReadOnlyNonEmptyArray
<
TObject
>
>
Parameters
objectClass
:
AnyClass
id
:
UUID
Optional
sequenceKey
:
SequenceKey
Returns
Promise
<
TObject
|
ReadOnlyNonEmptyArray
<
TObject
>
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
GitHub
Website
Magek Framework
Loading...