Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StoreCustomButtonActionPayload

The shape of the payload that is sent by a store app primary button or secondary button click to a platform custom action handler

Hierarchy

Index

Properties

appId: string

Invoking application id.

callerType: StoreCustomButton

callerType - StoreCustomButton type.

customData: any

Any data necessary for the functioning of specified custom action

storeFrontProviderId: string
windowIdentity: Identity

Identity for the current window.

x: number

Screen x-coordinate where custom button should be shown.

y: number

Screen y-coordinate where custom button should be shown.

Generated using TypeDoc