MCPcopy Create free account
hub / github.com/antvis/F2Native / SetSelectedArray

Method SetSelectedArray

core/graphics/geom/Geom.cpp:179–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179void xg::geom::AbstractGeom::SetSelectedArray(const nlohmann::json &selectedArray) {
180 this->SetSelectedArray(selectedArray, false);
181}
182
183void xg::geom::AbstractGeom::SetSelectedArray(const nlohmann::json &selectedArray, const bool needReMapping) {
184 selectedArray_ = selectedArray;

Callers 1

handleClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected