Options
All
  • Public
  • Public/Protected
  • All
Menu

Event fired after user edits a partner location

example
{
  action: "edited location",
  context_module: "Settings",
  before_address_type: "Business",
  after_address_type: "Business",
  partner_location_id: "some-partner-location-id",
  user_id: "some-user-id",
}

Hierarchy

  • SettingsFlowEditLocation

Index

Properties

action

action: editedLocation

after_address_type

after_address_type: string

before_address_type

before_address_type: string

context_module

context_module: settings

partner_location_id

partner_location_id: string

user_id

user_id: string

Generated using TypeDoc