...
This release comes with the following JavaScript events: APIs:
Deep Copy Semantic Model: To copy the semantic model to the required destination folder. It also creates a copy of the source entities of the semantic model and links them to the copied semantic model.
Import Semantic Model Conversational Metadata: To import a conversational metadata file for a semantic model. It will update the semantic model metadata as specified in the provided file.
Export Semantic Model Conversational Metadata: To retrieve conversational metadata for a given semantic model.
NOTE: Conversational metadata includes descriptions, tags, and key element information for all elements of the semantic model.
JavaScript Events for
...
Duplicating Card Widget
This release comes with the following JavaScript events:
kyvos.viewer.db.duplicateWidget: This API event requests Kyvos to duplicate widget card.
kyvos.viewer.db.onDuplicateWidget:This event notifies the host application that the duplicate widget process has started. Initially, the widget shows a pending state. Once the process is complete, this event is triggered again to notify the host application that the duplicate widget process has finished.
...