ReadonlynameThe name of the resource.
Get the geometries of the component in their current configuration.
const generic = new VIAM.GenericComponentClient(machine, 'my_generic_component');
// Get the geometries of this component
const geometries = await generic.getGeometries();
console.log('Geometries:', geometries);
For more information, see Generic API.
A gRPC-web client for the Generic component.