lsync API
Preparing search index...
@lsync/server
ReadAccessContext
Interface ReadAccessContext<T>
interface
ReadAccessContext
<
T
extends
object
=
Record
<
string
,
unknown
>
>
{
auth
:
AccessAuth
;
collection
:
string
;
params
:
Record
<
string
,
string
>
;
pattern
:
string
;
references
:
Record
<
string
,
ReadExpressionRow
<
Record
<
string
,
unknown
>
>
>
;
row
:
ReadExpressionRow
<
T
>
;
}
Type Parameters
T
extends
object
=
Record
<
string
,
unknown
>
Index
Properties
auth
collection
params
pattern
references
row
Properties
auth
auth
:
AccessAuth
collection
collection
:
string
params
params
:
Record
<
string
,
string
>
pattern
pattern
:
string
references
references
:
Record
<
string
,
ReadExpressionRow
<
Record
<
string
,
unknown
>
>
>
row
row
:
ReadExpressionRow
<
T
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auth
collection
params
pattern
references
row
lsync API
Loading...