Skip to documentation content
On this page
  1. Reference contract
  2. Authoritative source

lineStyle

Configures lineStyle for Line plot from its authoritative release declaration.

Reference contract

FieldValueDescription
valueTypeenumDeclared input representation.
defaultRelease default applied when the field is omitted.
typescriptType"solid" | "dash" | "dot" | "dashdot"Compiler-resolved TypeScript contract.
requiredfalse
allowed["solid","dash","dot","dashdot"]Allowed declaration values.

Configures lineStyle for Line plot from its authoritative release declaration.

The declared value type is enum. Allowed values are ["solid","dash","dot","dashdot"]. This field is optional.

Authoritative source

Catalog
telion.app/0.1.0-beta
Identity
service/results-viewport/line/field/lineStyle
Path
apps/desktop-electron/src/ui/resultPlotScene.ts
Symbol
LinePlotLayer