Skip to main content

Event Properties

FieldValue
event"template.metadataEditDismissed"
confidentialboolean
payloadobject
FieldTypeDescription
templateIdstringIdentifier of the template whose edit was dismissed
templateType"personal"Type of template
source"template_detail"Where the dismiss occurred
hasUnsavedChangesbooleanWhether the user had unsaved changes

Example

{
  "event": "template.metadataEditDismissed",
  "confidential": false,
  "payload": {
    "templateId": "template_1",
    "templateType": "personal",
    "source": "template_detail",
    "hasUnsavedChanges": true
  }
}