ArcGauge
A subclass of React.Component.
props Readonly<ArcGaugeProps> intersected with Readonly<{ children?: ReactNode; }>
The props of the ArcGauge component.
element HTMLDivElement | null
The DOM element of the Gauge.
surface Surface | null
The Drawing Surface
of the Gauge.
Methods
exportVisual
Exports a Gauge component as a Drawing Scene
.
Parameters
options? any
The parameters for the export operation.
Returns
Promise<Group> - A promise that returns the root Group
of the scene.