PaginatedEntity
@quik/entity / PaginatedEntity
Function: PaginatedEntity()
PaginatedEntity(
entity,config?):any
Defined in: entity/src/decorators/Entity.ts:140
Decorator that creates a paginated entity wrapper.
Parameters
entity
Constructor<QEntity>
The base entity to paginate.
config?
Additional configuration for the paginated entity.
Returns
any