@eddyq/queue - v0.0.1
Interface JobList
Page of jobs + total count (ignores limit/offset) for pagination UIs.
interface
JobList
{
rows
:
JobRow
[]
;
total
:
number
;
}
Index
Properties
rows
total
Properties
rows
rows
:
JobRow
[]
total
total
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
rows
total
← Docs
GitHub
@eddyq/queue - v0.0.1
Page of jobs + total count (ignores limit/offset) for pagination UIs.