API Reference
Rockets Core API
nestjs-crud
functions
CrudReadAll

Function: CrudReadAll()

CrudReadAll(options): <TFunction, Y>(target, propertyKey?, descriptor?) => void

CRUD Read All route decorator

Parameters

ParameterType
optionsCrudReadAllOptionsInterface

Returns

Function

Type Parameters

Type Parameter
TFunction extends Function
Y

Parameters

ParameterType
targetobject | TFunction
propertyKey?string | symbol
descriptor?TypedPropertyDescriptor<Y>

Returns

void

Defined in

packages/nestjs-crud/src/decorators/actions/crud-read-all.decorator.ts:14 (opens in a new tab)