IExecuteCardAction interface
Invoke an Action.Execute
event.
Properties
parameters | Parameters passed to the Execute event handler |
type | Indicates this is an Execute button. |
verb | Verb associated with this action |
Property Details
parameters
Parameters passed to the Execute event handler
parameters: IExecuteCardParameters;
Property Value
type
Indicates this is an Execute button.
type: 'Execute';
Property Value
'Execute'
verb
Verb associated with this action
verb?: string;
Property Value
string