the card manager
the stock element (should be an empty HTML Element)
a SlotStockSettings
object
Protected
cardsProtected
elementthe stock element (should be an empty HTML Element)
Protected
managerthe card manager
Protected
Optional
mapOptional
onCalled when selection change. Returns the clicked card.
card: the clicked card (can be selected or unselected)
Called when selection change. Returns the clicked card.
card: the clicked card (can be selected or unselected)
Optional
onCalled when selection change. Returns the selection.
selection: the selected cards of the stock
lastChange: the last change on selection card (can be selected or unselected)
Protected
selectedProtected
selectionProtected
slotProtected
slotsProtected
slotsProtected
Optional
sortAdd a card to the stock.
the card to add
Optional
animation: CardAnimation<T>a CardAnimation
object
Optional
settings: AddCardToSlotSettingsa AddCardToSlotSettings
object
the promise when the animation is done (true if it was animated, false if it wasn't)
Protected
addOptional
settings: AddCardSettingsAdd an array of cards to the stock.
the cards to add
Optional
animation: CardAnimation<T>a CardAnimation
object
Optional
settings: AddCardSettingsa AddCardSettings
object
if number, the number of milliseconds between each card. if true, chain animations
Add new slots ids. Will not change nor empty the existing ones.
Protected
animationThe element to animate. The element is added to the destination stock before the animation starts.
Protected
bindProtected
canChecks if the card can be added. By default, only if it isn't already present in the stock.
the card to add
Optional
settings: AddCardToSlotSettingsthe addCard settings
if the card can be added
Protected
cardNotify the stock that a card is removed.
the card to remove
Optional
settings: RemoveCardSettingsa RemoveCardSettings
object
a card
if the card is present in the stock
Protected
createFlips the card.
the card informations
Optional
settings: FlipCardSettingsa card in the stock
the HTML element generated for the card
Protected
getthe selected cards
Protected
moveOptional
settings: AddCardSettingsProtected
moveOptional
settings: AddCardSettingsRemove all cards from the stock.
Optional
settings: RemoveCardSettingsa RemoveCardSettings
object
Remove a card from the stock.
the card to remove
Optional
settings: RemoveCardSettingsa RemoveCardSettings
object
Remove a set of card from the stock.
the cards to remove
Optional
settings: RemoveCardSettingsa RemoveCardSettings
object
Set selected state to a card.
the card to select
Set the card to its front (visible) or back (not visible) side.
the card informations
Optional
settings: FlipCardSettingsProtected
setSet the selectable class for each card.
Optional
selectableCards: T[]the selectable cards. If unset, all cards are marked selectable. Default unset.
Set if the stock is selectable, and if yes if it can be multiple. If set to 'none', it will unselect all selected cards.
the selection mode
Optional
selectableCards: T[]the selectable cards (all if unset). Calls setSelectableCards
method
Change the slots ids. Will empty the stock before re-creating the slots.
the new slotsIds. Will replace the old ones.
Swap cards inside the slot stock.
the cards to swap
Optional
settings: AddCardSettingsfor updateInformations
and selectable
Set unselected state to a card.
the card to unselect
Generated using TypeDoc
A stock with fixed slots (some can be empty)