From b2834b95c882cd8bd2eca7a48a4308a5589f6ba3 Mon Sep 17 00:00:00 2001 From: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com> Date: Sun, 26 Jun 2022 17:52:49 +0200 Subject: [PATCH] docs: documentation for new `connectionLineOptions` prop --- docs/src/guide/vue-flow/config.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/src/guide/vue-flow/config.md b/docs/src/guide/vue-flow/config.md index ac44b8d0..f0ba2b74 100644 --- a/docs/src/guide/vue-flow/config.md +++ b/docs/src/guide/vue-flow/config.md @@ -305,7 +305,17 @@ const edges = ref([ If set to `loose` all handles are treated as source handles (thus allowing for connections on target handles as well.) -### connection-line-type +### connection-line-options + +- Type: [`ConnectionLineOptions`](/typedocs/interfaces/ConnectionLineOptions.html/) + +- Details: + + Options for the connection line. + + The options include the connection line type, style and possible marker types (marker-end/marker-start). + +### connection-line-type - Type: [`ConnectionLineType`](/typedocs/enums/ConnectionLineType.html/) @@ -317,7 +327,7 @@ const edges = ref([ When using a custom connection line this prop does nothing. -### connection-line-style +### connection-line-style - Type: `CSSProperties` | `null`