Data interface for the type of action.

interface IActionHashBindings {
    allowHashCollisions: boolean;
    context: IActionContext;
}

Hierarchy (view full)

Properties

allowHashCollisions: boolean

If hash collisions are allowed.

The input context that is passed through by actors.