Options
All
  • Public
  • Public/Protected
  • All
Menu

A partner clicks a button in the Brand Kit prompt modal (the modal suggesting they create a Brand Kit). value distinguishes the dismiss action from the create action.

This schema describes events sent to Segment from OsClickedBrandKitModal

example
{
  action: "clickedBrandKitModal",
  context_module: "brandKitPromptModal",
  context_page_owner_type: "studioMaterials",
  label: "materials brand kit modal",
  value: "create"
}

Hierarchy

  • OsClickedBrandKitModal

Index

Properties

action

action: clickedBrandKitModal

context_module

context_module: brandKitPromptModal

context_page_owner_type

context_page_owner_type: OsOwnerType

label

label: string

value

value: "cancel" | "create"

Generated using TypeDoc