An object containing the executed Roll and the produced results

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

Properties

Properties

roll: Roll

The Dice roll which generated the draw

results: TableResult[]

An array of drawn TableResult documents