Skip to main content
Version: Version 5 beta

Interface: ShapeAnnotationCloudShapeButtonInterface

Interface for the cloud shape button in the shape annotation popover.

Extends

  • EventHandlerInterface<"clicked", EventMap["PdfTools.popovers.shapeAnnotation.cloudShapeButton.clicked"]>

Properties

addEventListener()

addEventListener: (eventName, callback) => void

Adds an event listener for specified events.

Parameters

eventName: "clicked"

callback

Returns

void

Inherited from

EventHandlerInterface.addEventListener


emitClicked()

emitClicked: () => void

Emits a clicked event for the cloud shape button in the shape annotation popover.

Returns

void


removeEventListener()

removeEventListener: (eventName, callback) => void

Removes an event listener for specified events.

Parameters

eventName: "clicked"

callback

Returns

void

Inherited from

EventHandlerInterface.removeEventListener