Interface RunOptions

interface RunOptions {
    reevaluateOnRerun?: boolean;
}

Properties

reevaluateOnRerun?: boolean