Variable EnterpriseFloorTextReferencesConst
EnterpriseFloorTextReferences: (
| TObject<
{
align: TUnsafe<"unknown" | "left" | "center" | "right">;
color: TString;
fontFamily: TString;
fontSize: TNumber;
id: TRef<TTemplateLiteral<[TLiteral<"eft_">, TString]>>;
rotation: TNumber;
text: TString;
visible: TBoolean;
},
>
| TIntersect<
[
TRef<
TObject<
{
align: TUnsafe<"unknown" | "left" | "center" | "right">;
color: TString;
fontFamily: TString;
fontSize: TNumber;
id: TRef<TTemplateLiteral<[TLiteral<(...)>, TString]>>;
rotation: TNumber;
text: TString;
visible: TBoolean;
},
>,
>,
TObject<
{ geometryId: TRef<TTemplateLiteral<[TLiteral<"g_">, TString]>> },
>,
],
>
| TIntersect<
[
TRef<
TObject<
{
align: TUnsafe<"unknown" | "left" | "center" | "right">;
color: TString;
fontFamily: TString;
fontSize: TNumber;
id: TRef<TTemplateLiteral<[TLiteral<(...)>, TString]>>;
rotation: TNumber;
text: TString;
visible: TBoolean;
},
>,
>,
TObject<{ verticalOffset: TNumber }>,
],
>
| TUnion<
[
TRef<
TIntersect<
[
TRef<
TObject<
{
align: TUnsafe<(...)>;
color: TString;
fontFamily: TString;
fontSize: TNumber;
id: TRef<(...)>;
rotation: TNumber;
text: TString;
visible: TBoolean;
},
>,
>,
TObject<{ geometryId: TRef<TTemplateLiteral<(...)>> }>,
],
>,
>,
TRef<
TIntersect<
[
TRef<
TObject<
{
align: TUnsafe<(...)>;
color: TString;
fontFamily: TString;
fontSize: TNumber;
id: TRef<(...)>;
rotation: TNumber;
text: TString;
visible: TBoolean;
},
>,
>,
TObject<{ verticalOffset: TNumber }>,
],
>,
>,
],
>
| TObject<
{ geometry: TObject; properties: TRef; type: TLiteral<"Feature"> },
>
| TObject<
{
features: TArray<
TRef<
TObject<
{ geometry: TObject; properties: TRef; type: TLiteral<"Feature"> },
>,
>,
>;
type: TLiteral<"FeatureCollection">;
},
>
| TRecord<
TTemplateLiteral<[TLiteral<"f_">, TString]>,
TRef<
TObject<
{
features: TArray<
TRef<
TObject<
{ geometry: TObject; properties: TRef; type: TLiteral<(...)> },
>,
>,
>;
type: TLiteral<"FeatureCollection">;
},
>,
>,
>
| TObject<
{
floorText: TOptional<
TRef<
TRecord<
TTemplateLiteral<[TLiteral<"f_">, TString]>,
TRef<TObject<{ features: TArray<(...)>; type: TLiteral<(...)> }>>,
>,
>,
>;
},
>
| TObject<
{ geometry: TObject; properties: TRef; type: TLiteral<"Feature"> },
>
| TObject<
{ geometry: TObject; properties: TRef; type: TLiteral<"Feature"> },
>
)[] = ...