* Trigger content rendering. * Some series, such graph force layout, will update elements asynchronously, * therefore rendering and register are separated.
(opt: {
roamType: RoamOptionMixin['roam'];
// `viewportRect`:
// - If clip is suppored, this should be the clip rect.
// - Otherwise (can pass NullUndefined), this should be the canvas rect.
viewportRect: BoundingRect;
group: Group;
targetTrans: ThumbnailTargetTransformRawToViewport;
api: ExtensionAPI;
})
| 74 | * therefore rendering and register are separated. |
| 75 | */ |
| 76 | renderContent(opt: { |
| 77 | roamType: RoamOptionMixin['roam']; |
| 78 | // `viewportRect`: |
| 79 | // - If clip is suppored, this should be the clip rect. |
no outgoing calls
no test coverage detected