description
description: {
"en-au"?: string;
"en-gb"?: string;
"en-us"?: string;
"es-es"?: string;
} = partialLocalisedStringSchema
OptionalfirstCreatedAt
firstCreatedAt?: number = ...
icon
icon: string | null = ...
iconDark
iconDark: string | null = ...
label
label: {
"en-au"?: string;
"en-gb"?: string;
"en-us"?: string;
"es-es"?: string;
} = partialLocalisedStringSchema
lastUpdatedAt
lastUpdatedAt: number | null = ...
modelRefs
modelRefs: ComponentReference[]
status
status:
| {
color: "amber"
| "green"
| "red"
| "other";
id: string;
label: string;
}
| null = ...
statusId
statusId:
| "alpha"
| "beta"
| "generalAvailability"
| "notApplicable"
| "preAlpha"
| "proposed"
| "releaseCandidate"
| "unavailable"
| "underReview" = componentStatusIdSchema
typeId
typeId:
| "app"
| "connector"
| "connectorConnection"
| "context"
| "contextModelGroup"
| "contextModel"
| "contextModelDimensionGroup"
| "contextModelDimension"
| "contextModelDimensionHierarchy"
| "contextModelEntityGroup"
| "contextModelEntity"
| "contextModelEntityDataItem"
| "contextModelEntityEvent"
| "contextModelEntityPrimaryMeasure"
| "contextModelSecondaryMeasureGroup"
| "contextModelSecondaryMeasure"
| "dataView"
| "dimension"
| "engine"
| "eventQuery"
| "presenter"
| "presenterPresentation"
| "tool" = componentTypeIdSchema