| 225 | | 'left-end'; |
| 226 | |
| 227 | export interface StepOptionsArrow { |
| 228 | /* |
| 229 | * The padding from the edge for the arrow. |
| 230 | * Not used if this is not a -start or -end placement. |
| 231 | */ |
| 232 | padding?: number; |
| 233 | } |
| 234 | |
| 235 | export interface StepOptionsAttachTo { |
| 236 | element?: |
nothing calls this directly
no outgoing calls
no test coverage detected