@meshmakers/octo-ui 3.3.720 → 3.3.740
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -410,7 +410,7 @@ declare class EntityIdInfoComponent {
|
|
|
410
410
|
protected readonly copyIcon: _progress_kendo_svg_icons.SVGIcon;
|
|
411
411
|
/** The RtId (ObjectId) of the entity */
|
|
412
412
|
rtId: string;
|
|
413
|
-
/** The RtCkTypeId - runtime CK type ID (e.g., System.Communication/
|
|
413
|
+
/** The RtCkTypeId - runtime CK type ID (e.g., System.Communication/Adapter) */
|
|
414
414
|
rtCkTypeId: string;
|
|
415
415
|
/** The CkTypeId - full versioned Construction Kit type ID (e.g., System.Communication-2.0.3/MeshAdapter-1) */
|
|
416
416
|
ckTypeId?: string;
|