# FindOptions.viewParams property · @imqueue/pg-sequelize

Source: https://imqueue.org/api/pg-sequelize/latest/pg-sequelize.findoptions.viewparams/
Published: 2026-08-01
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/pg-sequelize 4.2.0 — generated reference, not hand-written

Values for the placeholders in a dynamic view's definition.

**Signature:**

```typescript
viewParams?: ViewParams;
```

## Remarks

Merged over the defaults the decorator supplied, then substituted into the view SQL before the statement runs — which is how one model can be selected from with different parameters. Values are escaped on the way in, and one reached through an `include` is honoured too.

