IDynamicViewDefineOptions interface
Options for a view whose definition is parameterised.
Signature:
export interface IDynamicViewDefineOptions extends IViewDefineOptions
Extends: IViewDefineOptions
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
boolean |
(Optional) Marks the model as a dynamic view. Set by the decorator, not by you. | ||
|
string |
The create statement, with placeholders in it. | ||
|
A value for every placeholder the definition names. |