Variable GBTInsertableTypeConst
GBTInsertableType: {
CompositeParts: "COMPOSITE_PARTS";
FlattenedParts: "FLATTENED_PARTS";
PartStudios: "PART_STUDIOS";
Parts: "PARTS";
Sketches: "SKETCHES";
Surfaces: "SURFACES";
Unknown: "UNKNOWN";
Wires: "WIRES";
} = ...
Type declaration
-
Readonly CompositeParts: "COMPOSITE_PARTS"
-
Readonly FlattenedParts: "FLATTENED_PARTS"
-
Readonly PartStudios: "PART_STUDIOS"
-
Readonly Parts: "PARTS"
-
Readonly Sketches: "SKETCHES"
-
Readonly Surfaces: "SURFACES"
-
Readonly Unknown: "UNKNOWN"
-
Readonly Wires: "WIRES"
Export