setActionButton callback parameter

According to the docs the setActionButton callback has one parameter $row that is a row object containing all the fields for the table row as attributes. But it appears that the callback actually only receives the primary key as its one parameter. If the setActionButton callback wants access to the fields I guess it needs to look them up again somehow. Author should fix the docs so they reflect how setActionButton actually works.