ICatalogAttribute
Home > @gooddata/sdk-model > ICatalogAttribute
ICatalogAttribute interface
Type representing catalog attribute
Signature:
export interface ICatalogAttribute extends IGroupableCatalogItemBase
Extends: IGroupableCatalogItemBase
Properties
| Property | Type | Description |
|---|---|---|
| attribute | IAttributeMetadataObject | Attribute metadata object that catalog attribute represents |
| defaultDisplayForm | IAttributeDisplayFormMetadataObject | Default display form of the attribute |
| displayForms | IAttributeDisplayFormMetadataObject[] | Display forms of the attribute |
| geoPinDisplayForms | IAttributeDisplayFormMetadataObject[] | Attribute's display forms that contain geo pins (lat; lng) pairs. |
| type | "attribute" | Catalog item type |