bga-cards
    Preparing search index...

    Interface RemoveCardSettings

    interface RemoveCardSettings {
        autoUpdateCardNumber?: boolean;
        fadeOut?: boolean;
        slideTo?: HTMLElement;
    }

    Hierarchy (View Summary)

    Index

    Properties

    autoUpdateCardNumber?: boolean

    For counters. Indicate if the card count is automatically updated when a card is added or removed. Default true.

    fadeOut?: boolean
    slideTo?: HTMLElement