MCPcopy
hub / github.com/apache/echarts / getOwnRoamViewCoordSys

Function getOwnRoamViewCoordSys

src/coord/View.ts:705–707  ·  view source on GitHub ↗
(hostModel: RoamHostComponentOrSeries)

Source from the content-addressed store, hash-verified

703}
704
705export function getOwnRoamViewCoordSys(hostModel: RoamHostComponentOrSeries): View | NullUndefined {
706 return hostModel.__ownRoamView ? hostModel.__ownRoamView() : null;
707}
708
709export function ownRoamViewUpdateDirectlyInAction(
710 payload: RoamPayload,

Callers 4

renderMethod · 0.90
__updateOnOwnRoamMethod · 0.90

Calls 1

__ownRoamViewMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…