AttributeDisplayFormType
Home > @gooddata/sdk-model > AttributeDisplayFormType
AttributeDisplayFormType type
Attribute display form type
Signature:
export type AttributeDisplayFormType =
/**
* Display form representing hyperlink
*/
"GDC.link"
/**
* Display form representing image hyperlink
*/
| "GDC.image"
/**
* Display form representing geo pin location.
* Both latitude and longitude in single value (lat;long).
*/
| "GDC.geo.pin"
/**
* Display form representing geo pin latitude.
*/
| "GDC.geo.pin_latitude"
/**
* Display form representing geo pin longitude.
*/
| "GDC.geo.pin_longitude";