grapher.LightweightVizPayload
Usage
grapher.LightweightVizPayload(
version, core, overlays, annotations=None, viewer_hints=None
)Parameter Attributes
version: intcore: LightweightVizCoreoverlays: tuple[LightweightVizOverlay, …]annotations: Mapping[str, Any] | None = Noneviewer_hints: Mapping[str, Any] | None = None