IAttributeDisplayFormMetadataObject
Home > @gooddata/sdk-model > IAttributeDisplayFormMetadataObject
IAttributeDisplayFormMetadataObject interface
Attribute display form metadata object
Signature:
export interface IAttributeDisplayFormMetadataObject extends IMetadataObject
Extends: IMetadataObject
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
attribute | ObjRef | A reference to the attribute that displayForm represents | |
displayFormType? | AttributeDisplayFormType | string | (Optional) Subtype of the display form (e.g. GDC.geo.pin, or GDC.link, see constants above). | |
isDefault? | boolean | (Optional) Default display form of attribute. | |
isPrimary? | boolean | (Optional) Primary display form of attribute. | |
type | "displayForm" |