Represents an available action performed on a card.

interface CardAvailableAction {
    action: CardAction;
}

Properties

Properties

action: CardAction

Represents name of the action that can be performed on a card.