package component
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- component
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class ComponentAction(id: String, title: String, icon: String, url: Option[String]) extends Product with Serializable
- 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
- object ComponentAction extends Serializable
- object ComponentListElement extends Serializable