mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-29 16:45:13 +02:00
update comments
This commit is contained in:
parent
bbac4c0227
commit
b06d3b33b4
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user