updateComputedAttribute()
Home > @gooddata/sdk-backend-spi > IWorkspaceComputedAttributesService > updateComputedAttribute
IWorkspaceComputedAttributesService.updateComputedAttribute() method
Update provided computed attribute.
Signature:
updateComputedAttribute(computedAttribute: IComputedAttributeMetadataObject): Promise<IComputedAttributeMetadataObject>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
computedAttribute |
computed attribute to update |
Returns:
Promise<IComputedAttributeMetadataObject>
promise of updated computed attribute