getCommonAttributes()
Home > @gooddata/sdk-backend-spi > IWorkspaceAttributesService > getCommonAttributes
IWorkspaceAttributesService.getCommonAttributes() method
Request list of attributes that are "center of star" for the input attributes in the data model.
Signature:
getCommonAttributes(attributeRefs: ObjRef[]): Promise<ObjRef[]>;
Parameters
Parameter |
Type |
Description |
---|---|---|
attributeRefs |
ObjRef[] |
input list of attribute references |
Returns:
Promise<ObjRef[]>
promise returning list of attribute references. It can be one of the input attributes or another attribute(s) that connects the input attributes in the data model.