We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b1e84 commit b8423daCopy full SHA for b8423da
src/Schema/CMS/Events/CompletenessScoreFlow.ts
@@ -14,7 +14,7 @@ import { CmsActionType } from "."
14
* action: "click",
15
* context_module: "Artworks - completeness score",
16
* label: "completeness checklist link",
17
- * artwork_ids: ["artwork1", "artwork2", "artwork3"]
+ * artwork_id: "artwork1"
18
* }
19
*/
20
export type CmsCompletenessScoreClickLabel =
@@ -26,7 +26,7 @@ export interface CmsCompletenessScoreClickedEvent {
26
context_module: CmsContextModule.completenessScore
27
label: CmsCompletenessScoreClickLabel
28
value?: string | number
29
- artwork_ids?: string[]
+ artwork_id: string
30
}
31
32
/**
0 commit comments