IAttributeDescriptorBody
Home > @gooddata/sdk-model > IAttributeDescriptorBody
IAttributeDescriptorBody interface
Attribute descriptor header.
Signature:
export interface IAttributeDescriptorBody
Properties
Property | 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 |
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. |
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 |