We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0092d4b commit 882c0cfCopy full SHA for 882c0cf
packages/companion-surface-base/src/surface-api/plugin.ts
@@ -90,7 +90,9 @@ export interface DiscoveredSurfaceInfo<TInfo> {
90
}
91
92
/**
93
- * Information about a discovered surface
+ * Information about a surface discovered via a detection/remote mechanism.
94
+ * Extends {@link DiscoveredSurfaceInfo} with a stable tracking handle (`deviceHandle`)
95
+ * that can be used to re-identify the same physical device between scans.
96
*/
97
export interface DetectionSurfaceInfo<TInfo> extends DiscoveredSurfaceInfo<TInfo> {
98
0 commit comments