buildAttributeLabels()
Home > @gooddata/sdk-code-convertors > buildAttributeLabels
buildAttributeLabels() function
Build declarative attribute labels out of AaC labels
Signature:
export declare function buildAttributeLabels(labels?: Attribute["labels"]): DeclarativeLabel[];
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
labels |
Attribute["labels"] |
(Optional) |
Returns:
DeclarativeLabel[]