IAttributeDescriptorBody
Home > @gooddata/sdk-model > IAttributeDescriptorBody
IAttributeDescriptorBody interface
Attribute descriptor header.
Signature:
export interface IAttributeDescriptorBody
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
format? | { locale: string; pattern: string; } | (Optional) Describes format information in case of date attribute. | |
formOf | IAttributeHeaderFormOf | Describes attributes to which the display form belongs. | |
granularity? | string | (Optional) Specifies granularity in case of date attribute. | |
identifier | string | Display form identifier | |
labelType? | AttributeDisplayFormType | (Optional) Label type (eg. image, hyperlink, etc...) | |
localIdentifier | string | Local identifier of the display form - this references back to the IAttribute which was on the input to the execution. | |
name | string | Human readable name of the attribute. | |
primaryLabel | ObjRef | Primary label of the attribute from formOf | |
ref | ObjRef | Opaque reference of the display form object. | |
totalItems? | ITotalDescriptor[] | (Optional) | |
type? | string | (Optional) Display form type | |
uri | string | URI of the display form object |