Interface ReactionSandbox

interface ReactionSandbox {
    getBankIndex: (() => number);
    util: UtilityFunctions;
}

Hierarchy (view full)

Properties

Properties

getBankIndex: (() => number)
util: UtilityFunctions

Collection of utility functions accessible from within a react function.