Internal Use Only.
Flags : Cached, Spec (Note this is uncached)
Expression : "action"
Internal Use Only.
Flags : Cached (Note this is uncached)
Expression : "AddModelRuleColumn"
The dataType of the rule.
Flags : Cached, Parameter (Note this is uncached)
Expression : "Number"
The rule flags to be set on the rule.
Flags : Cached, Parameter (Note this is uncached)
Expression : ["Cached"]
Add Model Rule column is not editable, so this value is always false
.
Flags : Cached, Spec (Note this is uncached)
Expression : false
The name of the new rule. Note that if this name is the same as an existing rule (on the same parent), this new rule will replace the existing rule. It is up to the rule author to ensure that names are unique.
Flags : Cached, Required, Parameter (Note this is uncached)
Expression : ``
The reference chain to the owner of the new rule.
Flags : Cached, Required, Parameter, Spec (Note this is uncached)
Expression : ``
This is a reference to a property name of the row object that contains a value, that will be used as a body of a new rule.
Flags : Cached, Spec, Parameter (Note this is uncached)
Expression : ""
This is the complete rule definition for the new rule. It can be provided directly, or collected from the other parameters.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : { name: this.newRuleName, body: "", dataType: this.dataType, flags: this.flags }
UIAddModelRuleColumn (d.1.0)
Mixins: UITableColumnMixin
A column definition for a UITable.