prorm API Reference
← Documentation
GitLab
Preparing search index...
index
getFetchOptions
Function getFetchOptions
getFetchOptions
(
target
:
object
,
propertyKey
:
string
|
symbol
,
)
:
{
limit
:
number
;
offset
:
number
}
|
undefined
Get FETCH options for a method.
Parameters
target
:
object
The target object
propertyKey
:
string
|
symbol
The property key
Returns
{
limit
:
number
;
offset
:
number
}
|
undefined
FETCH options or undefined
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
← Documentation
GitLab
prorm API Reference
Loading...
Get FETCH options for a method.