DataActionKOModel Class
Each subclass of AbstractDataAction is likely to create its
own subclass of DataActionKOModel. The DataActionKOModel
base class provides the following properties:
DataActionKOModel, ValuePassingMode
sID:StringThe unique ID given to the data action instance.
sClass:StringThe class name of this specific type of data action.
sName:StringThe display name given to the data action instance.
sVersionsScopeIDeValuePassingMode:ValuePassingModeThe mode used when passing context values. The mode can be one of the
ValuePassingModevalues (ALL, ANCHOR_DATA, NONE, CUSTOM).aAnchorToColumns: ColumnKOViewModel[]The columns that this data action is anchored to. This is optional. If not supplied, then the data action is available on all columns.
aContextColumns : ColumnKOViewModel[]The columns that this data action includes in the context passed to the data action target when the data action is invoked. If not supplied, all marked columns are included in the context.