Home > @jsplumb/core > EndpointRepresentation
#
EndpointRepresentation classSuperclass for all types of Endpoint. This class is renderer agnostic, as are any subclasses of it.
Signature:
export declare abstract class EndpointRepresentation<C>
#
ConstructorsConstructor | Modifiers | Description |
---|---|---|
(constructor)(endpoint, params) | Constructs a new instance of the EndpointRepresentation class |
#
PropertiesProperty | Modifiers | Type | Description |
---|---|---|---|
bounds | Extents | ||
classes | Array<string> | ||
computedValue | C | ||
endpoint | Endpoint | ||
h | number | ||
instance | JsPlumbInstance | ||
type | string | ||
typeId | string | ||
w | number | ||
x | number | ||
y | number |
#
MethodsMethod | Modifiers | Description |
---|---|---|
addClass(c) | ||
compute(anchorPoint, orientation, endpointStyle) | ||
removeClass(c) | ||
setVisible(v) |