NestKit

Selectable

function

Decorator function to mark a controller endpoint response as selectable.

Signature

typescript
function Selectable(config?: SelectableParams): CustomDecorator<typeof SELECTABLE_KEY>

Parameters

  • config (SelectableParams)

Returns

CustomDecorator<typeof SELECTABLE_KEY>