ObjectType
Home > @gooddata/sdk-model > ObjectType
ObjectType type
Metadata object types
Signature:
export declare type ObjectType = "measure" | "fact" | "attribute" | "displayForm" | "dataSet" | "tag" | "insight" | "variable" | "analyticalDashboard" | "theme" | "colorPalette"
/**
* @deprecated will be removed in the next major release, use "insight" instead
*/
| "visualizationObject" | "filterContext" | "dashboardPlugin";