Extension click handler

PropertyTypeDescription
type'extensionHandler'Specifies the type of click handler.
packageIdstringPackage Id in which the action is registered in.
extensionNamestringName of the extension in which the action is registered in.
actionstringName of the action to be triggered on click.
parametersJSON objectA JSON object whose values can be of type boolean, null, number or Interpolated strings. The object will be passed to the action when the action is called.