Click or drag to resize
Grid Solutions Framework

TopTParameterDefinitions Property

Gets the list of defined parameter definitions for the Grafana function.

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

Property Value

ParameterDefinitions

Implements

IGrafanaFunctionParameterDefinitions
Remarks

These parameters are used to define the function signature and are normally constructed from read-only ParameterDefinitionT instances.

Parameter definitions are used to define function parameters, not hold values for function evaluation. Mutable function parameters, safe for evaluation, are defined by Parameters collection.

See Also