Overlays.PlainArrow Class
This is just a specialized instance of Arrow in which jsPlumb hardcodes foldback to 1, meaning the tail of the Arrow is a flat edge
Constructor
Overlays.PlainArrow
(
-
params
Parameters:
-
paramsObjectConstructor parameters
-
[width=20]Integer optionalWidth of the tail of the arrow
-
[length=20]Integer optionalDistance from the tail of the arrow to the head
-
[location=0.5]Float optionalWhere, either as a proportional value from 0 to 1 inclusive, or as an absolute value (negative values mean distance from target; positive values greater than 1 mean distance from source) the PlainArrow should appear on the Connector
-
[direction=1]Integer optionalWhich way to point. Allowed values are 1 (the default, meaning forwards) and -1, meaning backwards
-
[paintStyle]Object optionalA style object in the form used for paintStyle values for Endpoints and Connectors.
-
