format
Home > @gooddata/sdk-model > IAttributeDescriptorBody > format
IAttributeDescriptorBody.format property
Describes format information in case of date attribute.
Signature:
format?: {
locale: string;
pattern: string;
};
Home > @gooddata/sdk-model > IAttributeDescriptorBody > format
Describes format information in case of date attribute.
Signature:
format?: {
locale: string;
pattern: string;
};