bloqade.lanes.visualize.entropy_tree.state.EdgeState
← Module overview
class
classEdgeState¶source
bloqade.lanes.visualize.entropy_tree.state.EdgeState
Signature
class EdgeState(parent_id: int, child_id: int, color: str = 'lightgray', width: float = 1.0, dashed: bool = False)Parameters
| Name | Type | Default | Description |
|---|---|---|---|
parent_id | int | required | |
child_id | int | required | |
color | str | 'lightgray' | |
width | float | 1.0 | |
dashed | bool | False |
Attributes
| Name | Type | Default | Description |
|---|---|---|---|
parent_id | int | required | |
child_id | int | required | |
color | str | 'lightgray' | |
width | float | 1.0 | |
dashed | bool | False |