Skip to main content
Version: Version 5 beta

Interface: LineAnnotationSwitchLineEndingsButtonInterface

Interface for the switch line endings button in line annotation popover.

Extends

  • EventHandlerInterface<"clicked", EventMap["PdfTools.popovers.lineAnnotation.switchLineEndingsButton.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 switch line endings button in the line annotation popover.

Returns

void

void


removeEventListener()

removeEventListener: (eventName, callback) => void

Removes an event listener for specified events.

Parameters

eventName: "clicked"

callback

Returns

void

Inherited from

EventHandlerInterface.removeEventListener