getConnectedAttributesByDisplayForm()
Home > @gooddata/sdk-backend-spi > IWorkspaceAttributesService > getConnectedAttributesByDisplayForm
IWorkspaceAttributesService.getConnectedAttributesByDisplayForm() method
Request list of attributes that have a connection with specified display form in the data model.
Signature:
getConnectedAttributesByDisplayForm(ref: ObjRef): Promise<ObjRef[]>;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| ref | attribute display form reference whose connections we need to find | 
Returns:
Promise<ObjRef[]>
promise of array of connected attribute references