Graphora API
Preparing search index...
@graphora/renderer
EdgeStyleInput
Interface EdgeStyleInput
interface
EdgeStyleInput
{
arrow
?:
Partial
<
RenderArrowStyle
>
;
curved
?:
boolean
;
opacity
?:
number
;
shape
?:
BuiltInEdgeShape
;
stroke
?:
string
;
strokeWidth
?:
number
;
visible
?:
boolean
;
}
Hierarchy
Partial
<
Omit
<
ResolvedEdgeStyle
,
"arrow"
>
>
EdgeStyleInput
Index
Properties
arrow?
curved?
opacity?
shape?
stroke?
stroke
Width?
visible?
Properties
Optional
Readonly
arrow
arrow
?:
Partial
<
RenderArrowStyle
>
Optional
Readonly
curved
curved
?:
boolean
Optional
Readonly
opacity
opacity
?:
number
Optional
Readonly
shape
shape
?:
BuiltInEdgeShape
Resolved alias for curved; legacy snapshots may omit it.
Optional
Readonly
stroke
stroke
?:
string
Optional
Readonly
stroke
Width
strokeWidth
?:
number
Optional
Readonly
visible
visible
?:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
arrow
curved
opacity
shape
stroke
stroke
Width
visible
Graphora API
Loading...
Resolved alias for curved; legacy snapshots may omit it.