update comments

This commit is contained in:
joshuaboud 2022-06-28 14:28:24 -03:00
parent bbac4c0227
commit b06d3b33b4
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E

View File

@ -1,20 +1,20 @@
/**
* Notifications component instance to add notifs
* Notifications component instance to add notifs (ref)
*/
export const notificationsInjectionKey = Symbol();
/**
* Settings object {@link NavigatorSettings}
* Settings object {@link NavigatorSettings} (reactive)
*/
export const settingsInjectionKey = Symbol();
/**
* Path history object
* Path history object (reactive)
*/
export const pathHistoryInjectionKey = Symbol();
/**
* Clipboard array ref
* Clipboard array (ref)
*/
export const clipboardInjectionKey = Symbol();
/**
* localStorage lookup key for last path
* localStorage lookup key for last path (string from cockpit.localStorage)
*/
export const lastPathStorageKey = "houstonNavigatorLastPathKey";