AboutSupportDeveloper GuideVersion 18.0.8

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

Properties

appId: string

Invoking application id.

callerType: StoreCustomButton
customData: any

Any data necessary for the functioning of specified custom action

primaryButton: StoreButtonConfig
secondaryButtons: StoreButtonConfig[]
sourceButtonConfig: StoreButtonConfig
storeFrontProviderId: string
windowIdentity: Identity_5

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.