@tak-ps/cloudtak 12.102.2 → 12.102.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -15,6 +15,10 @@ export default class AtlasBreadcrumb {
|
|
|
15
15
|
* @param enabled - True to start recording, false to stop (trail is kept)
|
|
16
16
|
*/
|
|
17
17
|
set(uid: string, enabled: boolean): Promise<void>;
|
|
18
|
+
/**
|
|
19
|
+
* Remove a breadcrumb trail entirely and disable any future live updates.
|
|
20
|
+
*/
|
|
21
|
+
remove(uid: string): Promise<void>;
|
|
18
22
|
/**
|
|
19
23
|
* Returns whether live breadcrumb recording is currently enabled for the given UID
|
|
20
24
|
*/
|