Triangle.js Docs
    Preparing search index...
    interface Strategy {
        data: 0 | 1 | 2 | 3;
        type: "strategy";
    }
    Index

    Properties

    Properties

    data: 0 | 1 | 2 | 3

    Even, Eliminations, Random, and Payback (0, 1, 2, 3)

    type: "strategy"