An object containing the executed Roll and the produced results

interface RollTableDraw {
    results: documents.TableResult[];
    roll: Roll;
}

Properties

Properties

An array of drawn TableResult documents

roll: Roll

The Dice roll which generated the draw