MenuItem

com.bilalfazlani.swiftbar4s.models.MenuItem$
See theMenuItem companion trait
object MenuItem

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
MenuItem.type

Members list

Type members

Classlikes

case class DispatchAction(text: String, action: String, metadata: Option[String], terminal: Boolean, refresh: Boolean, attributes: Set[Attribute]) extends MenuItem

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait MenuItem
class Object
trait Matchable
class Any
Show all
case class Link(text: String, url: String, attributes: Set[Attribute]) extends MenuItem

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait MenuItem
class Object
trait Matchable
class Any
Show all
case class Menu(text: Text, items: Seq[MenuItem]) extends MenuItem

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait MenuItem
class Object
trait Matchable
class Any
Show all
case class ShellCommand(text: String, executable: String, params: Seq[String], terminal: Boolean, refresh: Boolean, attributes: Set[Attribute]) extends MenuItem

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait MenuItem
class Object
trait Matchable
class Any
Show all
case class Text(text: String, attributes: Set[Attribute]) extends MenuItem

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait MenuItem
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror