Packages

package component

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. component
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class ComponentAction(id: String, title: String, icon: String, url: Option[String]) extends Product with Serializable
  2. final case class ComponentListElement(id: ComponentId, name: String, icon: String, componentType: ComponentType, componentGroupName: ComponentGroupName, categories: List[String], actions: List[ComponentAction], usageCount: Long) extends Product with Serializable

Value Members

  1. object ComponentAction extends Serializable
  2. object ComponentListElement extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped