mex-editor
Preparing search index...
app/shared/models/paginated-items-container
PaginatedItemsContainer
Interface PaginatedItemsContainer<T>
Model to store paginated data containing total count.
interface
PaginatedItemsContainer
<
T
>
{
items
:
T
[]
;
total
:
number
;
}
Type Parameters
T
Index
Properties
items
total
Properties
items
items
:
T
[]
total
total
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
items
total
mex-editor
Loading...
Model to store paginated data containing total count.