attributeDescriptorName()
Home > @gooddata/sdk-model > attributeDescriptorName
attributeDescriptorName() function
Returns name of attribute described in the provided attribute descriptor.
Signature:
export declare function attributeDescriptorName(descriptor: IAttributeDescriptor): string;
Parameters
Parameter | Type | Description |
---|---|---|
descriptor | IAttributeDescriptor | attribute descriptor, must be specified |
Returns:
string