Click or drag to resize
Grid Solutions Framework

ParameterDefinitionTInternal Property

Gets flag that indicates if parameter is internal.

Namespace: GrafanaAdapters.Functions
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
public bool Internal { get; init; }
View Source

Property Value

Boolean

Implements

IParameterInternal
Remarks
Internal parameters are not exposed to the user and should always be defined at the end of the parameter list.
See Also