Skip to content

workflow / Exports / UniversalEdgeStyle

Interface: UniversalEdgeStyle

Universal edge/connection styling

Table of contents

Properties

Properties

type

Optional type: "default" | "straight" | "step" | "smoothstep" | "bezier"

Edge type for rendering

Defined in

types/universal-types.ts:109


strokeWidth

Optional strokeWidth: number

Visual style properties

Defined in

types/universal-types.ts:112


strokeColor

Optional strokeColor: string

Defined in

types/universal-types.ts:113


strokeDasharray

Optional strokeDasharray: string

Defined in

types/universal-types.ts:114


animated

Optional animated: boolean

Animation properties

Defined in

types/universal-types.ts:117


animationDuration

Optional animationDuration: number

Defined in

types/universal-types.ts:118


markerEnd

Optional markerEnd: string

Markers and decorations

Defined in

types/universal-types.ts:121


markerStart

Optional markerStart: string

Defined in

types/universal-types.ts:122


labelStyle

Optional labelStyle: Record<string, unknown>

Label styling

Defined in

types/universal-types.ts:125


labelPosition

Optional labelPosition: number

Defined in

types/universal-types.ts:126

Released under the MIT License.