Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SettingsFlowDeleteArtworkTemplate

Event fired after user deletes an artwork template

example
{
  action: "deletedArtworkTemplate",
  context_module: "Settings",
  template_id: "template-id",
  user_id: "some-user-id",
}

Hierarchy

  • SettingsFlowDeleteArtworkTemplate

Index

Properties

action

action: deletedArtworkTemplate

context_module

context_module: settings

template_id

template_id: string

user_id

user_id: string

Generated using TypeDoc