lsync API
Preparing search index...
@lsync/server
AccessStore
Interface AccessStore
interface
AccessStore
{
read
(
collection
:
string
,
key
:
string
|
number
,
)
:
Record
<
string
,
unknown
>
|
undefined
;
}
Index
Methods
read
Methods
read
read
(
collection
:
string
,
key
:
string
|
number
,
)
:
Record
<
string
,
unknown
>
|
undefined
Parameters
collection
:
string
key
:
string
|
number
Returns
Record
<
string
,
unknown
>
|
undefined
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
read
lsync API
Loading...