TLIndicatorPath
Return type for ShapeUtil.getIndicatorPath. Can be either a simple Path2D or an object with additional rendering info like clip paths for complex indicators.
type TLIndicatorPath =
| {
additionalPaths?: Path2D[];
clipPath?: Path2D;
path: Path2D;
}
| Path2D;Prev
TLHistoryEntryNext
TLInterruptEvent