Interface AddCardToVoidStockSettings

interface AddCardToVoidStockSettings {
    forceToElement?: HTMLElement;
    index?: number;
    remove?: boolean;
    selectable?: boolean;
    updateInformations?: boolean;
    visible?: boolean;
}

Hierarchy (view full)

Properties

forceToElement?: HTMLElement
index?: number

Force card position. Default to end of list. Do not use if sort is defined, as it will override it.

remove?: boolean

Removes the card after adding. Set to false if you want to add the card to the void to stock to animate it to another stock just after. Default true

selectable?: boolean

Set if the card is selectable. Default is true, but will be ignored if the stock is not selectable.

updateInformations?: boolean

If the card need to be updated. Default true, will flip the card if needed.

visible?: boolean

If the card will be on its visible side on the stock

Generated using TypeDoc