frontend
    Preparing search index...

    Interface PyramidRemoveCard

    Source card for a Pyramid remove action.

    interface PyramidRemoveCard {
        col?: number;
        row?: number;
        zone: string;
    }
    Index

    Properties

    Properties

    col?: number
    row?: number
    zone: string