Action
class Action (View source)
Traits
Tappable
Properties
protected | $configurationQueue | ||
protected | $name | ||
protected | $table | ||
protected | $title | ||
protected | $view | ||
protected | $viewData | ||
protected | $when |
Methods
__construct($name)
No description
setUp()
No description
configure($callback = null)
No description
getLivewire()
No description
getName()
No description
getTable()
No description
getTitle()
No description
getView()
No description
getViewData()
No description
static
make($name)
No description
render($record)
No description
table($table)
No description
title($title)
No description
view($view, $data = [])
No description
viewData($data = [])
No description
when($callback)
No description
name($name)
No description
Details
__construct($name)
No description
protected
setUp()
No description
configure($callback = null)
No description
getLivewire()
No description
getName()
No description
getTable()
No description
getTitle()
No description
getView()
No description
getViewData()
No description
static
make($name)
No description
render($record)
No description
table($table)
No description
title($title)
No description
view($view, $data = [])
No description
viewData($data = [])
No description
when($callback)
No description
protected
name($name)
No description