Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/output
ESPCmdRespPaginatedResult
Interface ESPCmdRespPaginatedResult
Represents the processed paginated response for command-response requests.
interface
ESPCmdRespPaginatedResult
{
fetchNext
?:
()
=>
Promise
<
ESPCmdRespPaginatedResult
>
;
hasNext
:
boolean
;
requests
:
ESPCmdRespRequestInterface
[]
;
}
Index
Properties
fetch
Next?
has
Next
requests
Properties
Optional
fetch
Next
fetchNext
?:
()
=>
Promise
<
ESPCmdRespPaginatedResult
>
has
Next
hasNext
:
boolean
requests
requests
:
ESPCmdRespRequestInterface
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fetch
Next
has
Next
requests
@espressif/rainmaker-base-sdk
Loading...
Represents the processed paginated response for command-response requests.