declarativeMetricToYaml()
Home > @gooddata/sdk-code-convertors > declarativeMetricToYaml
declarativeMetricToYaml() function
Signature:
export declare function declarativeMetricToYaml(metric: DeclarativeMetric): {
content: string;
json: Metric;
};
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
metric |
DeclarativeMetric |
Returns:
{ content: string; json: Metric; }