mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-28 16:14:25 +02:00
use typedef for settings
This commit is contained in:
parent
eb8050fd1d
commit
4a39d0e862
@ -150,6 +150,9 @@ import ModalPopup from './ModalPopup.vue';
|
|||||||
import { AdjustmentsIcon, ChevronRightIcon, ChevronLeftIcon } from '@heroicons/vue/solid';
|
import { AdjustmentsIcon, ChevronRightIcon, ChevronLeftIcon } from '@heroicons/vue/solid';
|
||||||
import { settingsInjectionKey } from '../keys';
|
import { settingsInjectionKey } from '../keys';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @type {NavigatorSettings}
|
||||||
|
*/
|
||||||
const defaultSettings = {
|
const defaultSettings = {
|
||||||
directoryView: {
|
directoryView: {
|
||||||
view: 'list',
|
view: 'list',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user