Click or drag to resize
Grid Solutions Framework

GrafanaFunctionBaseTCategory Property

Gets the category of the Grafana function, i.e., built-in or custom.

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

Property Value

Category

Implements

IGrafanaFunctionCategory
Remarks
This property is automatically assigned by the system.
See Also