queryAttributeByDisplayForm()
Home > @gooddata/sdk-ui-dashboard > queryAttributeByDisplayForm
queryAttributeByDisplayForm() function
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Creates action through which you can query attributes for given display forms
Signature:
export declare function queryAttributeByDisplayForm(displayForms: ObjRef[], correlationId?: string): IQueryAttributeByDisplayForm;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
displayForms |
ObjRef[] |
attribute display forms |
|
correlationId |
string |
(Optional) specify correlation id to use for this command. this will be included in all events that will be emitted during the command processing |
Returns:
attribute metadata for given display forms