$ open source · GPL-3.0 — need a commercial license? imqueue.com →

IDynamicViewDefineOptions interface

Options for a view whose definition is parameterised.

Signature:

export interface IDynamicViewDefineOptions extends IViewDefineOptions 

Extends: IViewDefineOptions

Properties

Property

Modifiers

Type

Description

isDynamicView?

boolean

(Optional) Marks the model as a dynamic view. Set by the decorator, not by you.

viewDefinition

string

The create statement, with placeholders in it.

viewParams

ViewParams

A value for every placeholder the definition names.