Click or drag to resize
Grid Solutions Framework

IntervalTReturnType Property

Gets the return type of the Grafana function, i.e., scalar or series.

Namespace: GrafanaAdapters.Functions.BuiltIn
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
public override ReturnType ReturnType { get; }
View Source

Property Value

ReturnType

Implements

IGrafanaFunctionReturnType
See Also