MouseRayCastAction: {
    actionType: MouseRayCastAction;
    onExecute: (mouseRay: Ray, mouseProps: MouseProps) => void;
}

An action which returns the ray corresponding to a vector from the users mouse click in the viewport.