# `MishkaGervaz.Table.Types.Action.Update`
[🔗](https://github.com/mishka-group/mishka_gervaz/blob/v0.0.1-alpha.4/lib/mishka_gervaz/table/types/action/update.ex#L1)

Update action type - renders a button that triggers an Ash update action.

## Usage

    row_actions do
      action :activate, type: :update, action: :activate
      action :set_master, type: :update, action: {:master_set_master, :set_master}
    end

See `MishkaGervaz.Table.Types.Action` (registry),
`MishkaGervaz.Table.Behaviours.ActionType`,
`MishkaGervaz.Table.Entities.RowAction`, and
`MishkaGervaz.Table.Entities.BulkAction`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
