Packages

p

scalograf.model

annotations

package annotations

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Annotation extends AnyRef
  2. 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
  3. 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

  1. object Annotation
  2. object DashboardAnnotation extends Serializable
  3. object Tags extends Serializable

Ungrouped