Interface: LineAnnotationLineEndingButtonInterface
Interface for the line ending button in line annotation popover.
Extends
EventHandlerInterface<"clicked",EventMap["PdfTools.popovers.lineAnnotation.lineEndingButton.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: (
triggerEl) =>void
Emits a clicked event for the line ending button in the line annotation popover.
Parameters
• triggerEl: HTMLElement
The HTML element that triggered the event.
Returns
void
removeEventListener()
removeEventListener: (
eventName,callback) =>void
Removes an event listener for specified events.
Parameters
• eventName: "clicked"
• callback
Returns
void
Inherited from
EventHandlerInterface.removeEventListener