declarativeComputedAttributeToYaml()
Home > @gooddata/sdk-code-convertors > declarativeComputedAttributeToYaml
declarativeComputedAttributeToYaml() function
Signature:
export declare function declarativeComputedAttributeToYaml(computedAttribute: DeclarativeComputedAttribute): {
content: string;
json: ComputedAttribute;
};
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
computedAttribute |
DeclarativeComputedAttribute |
Returns:
{ content: string; json: ComputedAttribute; }