PhoenixFilament.Table.Action (PhoenixFilament v0.1.0)

Copy Markdown View Source

Represents a row action in a table (view, edit, delete, or custom).

Summary

Types

t()

@type t() :: %PhoenixFilament.Table.Action{
  confirm: String.t() | nil,
  icon: String.t() | nil,
  label: String.t() | nil,
  type: atom()
}