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:String
The unique ID given to the data action instance.
sClass:String
The class name of this specific type of data action.
sName:String
The display name given to the data action instance.
sVersion
sScopeID
eValuePassingMode:ValuePassingMode
The mode used when passing context values. The mode can be one of the
ValuePassingMode
values (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.