React SDKAPI ReferenceInterfaces
InspectAPIResponse
Extends
Properties
acceleration?
optional acceleration?: Vector3D;Inherited from
atmospheric?
optional atmospheric?: AtmosphericData;Inherited from
camera?
optional camera?: CameraSettings;Inherited from
device?
optional device?: DeviceInfo;Inherited from
features?
optional features?: Features;Inherited from
gps?
optional gps?: GpsData;Inherited from
gravity?
optional gravity?: Vector3D;Inherited from
labelValid
labelValid: boolean;magnetometer?
optional magnetometer?: MagnetometerData;Inherited from
network?
optional network?: NetworkInfo;Inherited from
orientation?
optional orientation?: DeviceOrientation;Inherited from
reason?
optional reason?: string;rotationRate?
optional rotationRate?: Vector3D;Inherited from
signature?
optional signature?: {
issuedBy: string;
signedBy: string;
timestamp?: Date;
validFrom: Date;
validTo: Date;
};issuedBy
issuedBy: string;signedBy
signedBy: string;timestamp?
optional timestamp?: Date;validFrom
validFrom: Date;validTo
validTo: Date;tags?
optional tags?: Record<string, string>;