UNPKG

@gravity-ui/graph

Version:

Modern graph editor component

12 lines (11 loc) 250 B
export class ConnectionArrow { constructor(connection) { this.connection = connection; } getPath() { return this.connection.createArrowPath(); } style(ctx) { return this.connection.styleArrow(ctx); } }