package annotations
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait Annotation extends AnyRef
- case class DashboardAnnotation(type: String, builtIn: Int = 0, datasource: String, enable: Boolean = true, hide: Boolean = false, iconColor: Color, name: String) extends Annotation with Product with Serializable
- case class Tags(datasource: String, enable: Boolean = true, expr: String, hide: Boolean = false, iconColor: Color, limit: Long = 100, name: String, showIn: Long = 0, step: Option[String] = None, tagKeys: String, tags: List[String] = List.empty, titleFormat: Option[String] = None) extends Annotation with Product with Serializable
Value Members
- object Annotation
- object DashboardAnnotation extends Serializable
- object Tags extends Serializable