Preparing search index...
The search index is not available
NDNts
NDNts
@ndn/repo-api
DataStore
ListData
Interface ListData
DataStore interface, listData method.
interface
ListData
{
listData
:
(
prefix
?:
Name
)
=>
AsyncIterable
<
Data
,
any
,
any
>
;
}
Implemented by
DataArray
DataStore
Index
Properties
list
Data
Properties
list
Data
listData
:
(
prefix
?:
Name
)
=>
AsyncIterable
<
Data
,
any
,
any
>
List Data packets, optionally filtered by name prefix.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
list
Data
NDNts
Loading...
DataStore interface, listData method.