Name | Description | |
---|---|---|
init | Initializes the ScriptActionEventArgs. Called during construction. Inherited from dundas.view.ActionEventArgs. |
Name | Description | |
---|---|---|
action | Gets or sets the original action that caused this event, if any. Inherited from dundas.view.ActionEventArgs. | |
adapter | Gets or sets adapter on which the action should fire for. Inherited from dundas.view.ActionEventArgs. | |
e | Gets or sets the "e" given to the script. | |
originalEvent | Gets or sets the original event that caused this action event, if any. Inherited from dundas.view.ActionEventArgs. | |
relatedData | Gets or sets the related data to this event, if any. This would include the row and column and a metric set binding that is related to the visual element clicked. Inherited from dundas.view.ActionEventArgs. | |
viewAdapters | Gets or sets adapters on the current view which will be converted to arguments to the script. |
Name | Description | |
---|---|---|
fromJObject | Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class. | |
toJSON | Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class. |