NDNts
Preparing search index...
@ndn/repo-api
DataStore
ListData
Interface ListData
DataStore interface, listData method.
interface
ListData
{
listData
:
(
prefix
?:
Name
)
=>
AsyncIterable
<
Data
>
;
}
Implemented by
DataArray
Index
Properties
list
Data
Properties
list
Data
listData
:
(
prefix
?:
Name
)
=>
AsyncIterable
<
Data
>
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.