StatusAction

object StatusAction
class Object
trait Matchable
class Any

Value members

Concrete methods

def buttonTitle: SelectionBuilder[StatusAction, Option[String]]

Title for the button, for example: Retry this job.

Title for the button, for example: Retry this job.

def icon: SelectionBuilder[StatusAction, Option[String]]

Icon used in the action button.

Icon used in the action button.

def method: SelectionBuilder[StatusAction, Option[String]]

Method for the action, for example: :post.

Method for the action, for example: :post.

def path: SelectionBuilder[StatusAction, Option[String]]

Path for the action.

Path for the action.

def title: SelectionBuilder[StatusAction, Option[String]]

Title for the action, for example: Retry.

Title for the action, for example: Retry.