Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add types for edge prefixed options #90

Closed
wants to merge 2 commits into from

Conversation

shyamkumaryadav
Copy link

This pull request introduces TypeScript type declarations for the Edge Prefixed Options in the current plugin.

Added the following properties to the EdgePrefixedOptions type:

  • edgeLineBorderDash: number[];
  • edgeLineBorderWidth: number;
  • edgeLineBorderColor: Color;

ref: PointPrefixedOptions, PointPrefixedHoverOptions
@sgratzl sgratzl self-assigned this Oct 18, 2023
@sgratzl sgratzl added the enhancement New feature or request label Oct 18, 2023
src/controllers/GraphController.ts Outdated Show resolved Hide resolved
* `IEdgePrefixedOptions` move next to the `IEdgeLineOptions`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants