DisplayGroup
@graph-viz › Globals › core › DisplayGroup
Hierarchy
-
↳ DisplayGroup
Index
Properties
Properties
Optional
fill
• fill? : undefined | string
Inherited from GroupStyleAttributes.fill
Defined in packages/core/src/DisplayGroups.ts:28
fill color hex string (default is #000000)
Optional
fillOpacity
• fillOpacity? : undefined | number
Inherited from GroupStyleAttributes.fillOpacity
Defined in packages/core/src/DisplayGroups.ts:34
relative node fill opacity (must be between 0.0 - 1.0)
id
• id: string
Defined in packages/core/src/DisplayGroups.ts:43
Optional
padding
• padding? : undefined | number
Inherited from GroupStyleAttributes.padding
Defined in packages/core/src/DisplayGroups.ts:39
inner padding from the boundary nodes
Optional
shape
• shape? : "convexHull" | "circle"
Inherited from GroupStyleAttributes.shape
Defined in packages/core/src/DisplayGroups.ts:22
type of polygon to draw default is convexHull
Optional
visible
• visible? : undefined | false | true
Inherited from GroupStyleAttributes.visible
Defined in packages/core/src/DisplayGroups.ts:16
boolean to toggle the visibility of a display group on or off