TESSA Web API
    Preparing search index...

    Interface CardRowsListenerEventArgs

    interface CardRowsListenerEventArgs {
        row: CardRow;
        storage: StorageArray<CardRow>;
    }
    Index

    Properties

    Properties

    row: CardRow