new LiveView.AlertRule.DeleteRowsAction(settings)
Action that will delete rows described by the query predicate in the specified table.
Name | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
settings |
Object |
optional
An object containing initial values for the new DeleteRowsAction instance.
|
Extends
Members
-
tableNameString
-
The name of the table from which rows should be removed.
-
queryPredicateString
-
The query predicate that will be used to select which rows to delete.
-
enabledboolean
-
Flag indicating whether or not the Action is enabled (i.e. currently being used to determine whether or not to fire alerts).