Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOriginalityReportSaveSettingsMessage

A message event that tells an integration that the settings have been saved for a given content item. Indicates that the integration should read its settings portal's state and save it off.

Ultra expects the integration to reply with a IOriginalityReportSaveSettingsResponse within 5 seconds or an error will be displayed to the user. If the integration needs more time, it can respond with a ORIGINALITY_REPORT_SAVE_SETTINGS_PROCESSING message for an additional 5 seconds to be added to the timeout.

Hierarchy

Index

Properties

contentHandle

contentHandle: string

The content handle of the content item who's configuration is being saved.

contentId

contentId: string

The content id of the content item who's configuration is being saved.

correlationId

correlationId: string

A unique id used to correlate a message sent by the extension framework and a response message from the extension.

enabled

enabled: boolean

The enablement state of the originality report setting

timeout

timeout: number

The amount of time the integration has to respond to this message.

type

type: "submission-tool:settings-saved"

Generated using TypeDoc