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

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

A value for every placeholder the definition names.

**Signature:**

```typescript
viewParams: ViewParams;
```

## Remarks

These are the defaults. A query may override any of them through `FindOptions.viewParams`, and what it does not override falls back to here. Every placeholder must appear in this map, which is checked when the class is defined.

