|
IGrafanaFunctionFormatTargetName Method
|
Gets a formatted target name for the Grafana function.
Namespace: GrafanaAdapters.FunctionsAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.207-beta
Syntax function FormatTargetName(groupOperation, targetName, parsedParameters);
View SourceParameters
- groupOperation GroupOperations
- Group operation from the format target name.
- targetName String
- Target name to format.
- parsedParameters String
- Parsed parameters.
Return Value
String
Target name format for the Grafana function, typically in the form of: Name(Parameters,TargetName).
See Also