package template
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class ConstantTemplate(query: String = "") extends Type with Product with Serializable
- case class CustomTemplate(values: List[String]) extends Type with Product with Serializable
- case class DatasourceTemplate(query: String = "", regex: Option[String] = None) extends Type with Product with Serializable
- case class IntervalTemplate(values: List[FiniteDuration], autoCount: Option[Int] = None, autoMin: Option[FiniteDuration] = None, auto: Boolean = false) extends Type with Product with Serializable
- case class Template(allValue: Option[String] = None, current: Option[TemplateOption] = None, options: List[TemplateOption] = List.empty, description: Option[String] = None, hide: TemplateHide = TemplateHide.None, includeAll: Boolean = false, label: Option[String] = None, multi: Boolean = false, name: String, tags: List[String] = List.empty, typed: Type) extends Product with Serializable
- sealed abstract class TemplateHide extends IntEnumEntry
- case class TemplateOption(selected: Boolean = false, text: String = "", value: String = "", tags: List[String] = List.empty) extends Product with Serializable
- case class TextBoxTemplate(query: String = "") extends Type with Product with Serializable
Value Members
- object ConstantTemplate extends Serializable
- object CustomTemplate extends Serializable
- object DatasourceTemplate extends Serializable
- object IntervalTemplate extends Serializable
- object Template extends Serializable
- object TemplateHide extends IntEnum[TemplateHide] with IntCirceEnum[TemplateHide]
- object TemplateOption extends Serializable
- object TextBoxTemplate extends Serializable