(hostModel: RoamHostComponentOrSeries)
| 703 | } |
| 704 | |
| 705 | export function getOwnRoamViewCoordSys(hostModel: RoamHostComponentOrSeries): View | NullUndefined { |
| 706 | return hostModel.__ownRoamView ? hostModel.__ownRoamView() : null; |
| 707 | } |
| 708 | |
| 709 | export function ownRoamViewUpdateDirectlyInAction( |
| 710 | payload: RoamPayload, |
no test coverage detected
searching dependent graphs…