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