Constructor
new CardAction(props)
Instantiates a new CardAction
Parameters:
Name | Type | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
props |
object |
Properties to initialize the CardAction with Properties
|
Members
method :string
Method to use when path is specified
name :string
Name of the action
path :string
Path for the callback action
Methods
(static) fromTag(cardActionTag) → {CardAction}
Creates a CardAction from a CardActionTag
Parameters:
Name | Type | Description |
---|---|---|
cardActionTag |
CardActionTag |