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

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

The create statement, with placeholders in it.

**Signature:**

```typescript
viewDefinition: string;
```

## Remarks

Same as the static case except that `@{name}` placeholders are substituted before the statement is used.

