Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomButtonActionPayload

The shape of the payload sent by a custom button click to a custom action handler

Hierarchy

  • CustomButtonActionPayload

Index

Properties

callerType

callerType: CustomButton

Calling the CustomButton type

customData

customData: any

Any data necessary for the functioning of specified custom action

windowIdentity

windowIdentity: Identity

Identity for the current window.

x

x: number

Screen x-coordinate where custom button should be shown.

y

y: number

Screen y-coordinate where custom button should be shown.

Generated using TypeDoc