Options
All
  • Public
  • Public/Protected
  • All
Menu

A partner interacts with the aspect-ratio toggle or zoom crop control in the image editor. label identifies which control was used.

This schema describes events sent to Segment from OsClickedAspectRatio

example

Aspect ratio toggle

{
  action: "clickedAspectRatio",
  context_module: "imageEditor",
  context_page_owner_type: "studioInstagram",
  label: "image aspect ratio"
}
example

Zoom/crop

{
  action: "clickedAspectRatio",
  context_module: "imageEditor",
  context_page_owner_type: "studioInstagram",
  label: "image zoom"
}

Hierarchy

  • OsClickedAspectRatio

Index

Properties

action

action: clickedAspectRatio

context_module

context_module: imageEditor

context_page_owner_type

context_page_owner_type: studioInstagram

label

label: "image aspect ratio" | "image zoom"

Generated using TypeDoc