web / UseSiteConfiguration
Interface: UseSiteConfiguration ​
Defined in: apps/web/composables/useSiteConfiguration/types.ts:30
Properties ​
activeSetting ​
activeSetting:
Readonly
<Ref
<string
,string
>>
Defined in: apps/web/composables/useSiteConfiguration/types.ts:43
activeSubCategory ​
activeSubCategory:
Readonly
<Ref
<string
,string
>>
Defined in: apps/web/composables/useSiteConfiguration/types.ts:44
blockType ​
blockType:
Readonly
<Ref
<string
,string
>>
Defined in: apps/web/composables/useSiteConfiguration/types.ts:37
blockUuid ​
blockUuid:
Readonly
<Ref
<string
,string
>>
Defined in: apps/web/composables/useSiteConfiguration/types.ts:38
closeDrawer() ​
closeDrawer: () =>
void
Defined in: apps/web/composables/useSiteConfiguration/types.ts:52
Returns ​
void
currentFont ​
currentFont:
Readonly
<Ref
<string
,string
>>
Defined in: apps/web/composables/useSiteConfiguration/types.ts:40
data ​
data:
Readonly
<Ref
<[], []>>
Defined in: apps/web/composables/useSiteConfiguration/types.ts:31
drawerOpen ​
drawerOpen:
Readonly
<Ref
<boolean
,boolean
>>
Defined in: apps/web/composables/useSiteConfiguration/types.ts:33
drawerView ​
drawerView:
Readonly
<Ref
<DrawerView
,DrawerView
>>
Defined in: apps/web/composables/useSiteConfiguration/types.ts:42
loadGoogleFont ​
loadGoogleFont:
LoadGoogleFont
Defined in: apps/web/composables/useSiteConfiguration/types.ts:48
loading ​
loading:
Readonly
<Ref
<boolean
,boolean
>>
Defined in: apps/web/composables/useSiteConfiguration/types.ts:32
newBlockPosition ​
newBlockPosition:
Readonly
<Ref
<number
,number
>>
Defined in: apps/web/composables/useSiteConfiguration/types.ts:39
openDrawerWithView ​
openDrawerWithView:
OpenDrawerView
Defined in: apps/web/composables/useSiteConfiguration/types.ts:49
pageModalOpen ​
pageModalOpen:
Readonly
<Ref
<boolean
,boolean
>>
Defined in: apps/web/composables/useSiteConfiguration/types.ts:36
placement ​
placement:
Readonly
<Ref
<string
,string
>>
Defined in: apps/web/composables/useSiteConfiguration/types.ts:41
setActiveSetting ​
setActiveSetting:
SetActiveSetting
Defined in: apps/web/composables/useSiteConfiguration/types.ts:45
setActiveSubCategory ​
setActiveSubCategory:
SetActiveSubCategory
Defined in: apps/web/composables/useSiteConfiguration/types.ts:46
setSettingsCategory ​
setSettingsCategory:
SetSettingsCategory
Defined in: apps/web/composables/useSiteConfiguration/types.ts:51
settingsCategory ​
settingsCategory:
Readonly
<Ref
<null
|CategoryTreeItem
,null
|CategoryTreeItem
>>
Defined in: apps/web/composables/useSiteConfiguration/types.ts:34
settingsType ​
settingsType:
Readonly
<Ref
<SettingsType
,SettingsType
>>
Defined in: apps/web/composables/useSiteConfiguration/types.ts:35
togglePageModal ​
togglePageModal:
TogglePageModal
Defined in: apps/web/composables/useSiteConfiguration/types.ts:50
updateNewBlockPosition ​
updateNewBlockPosition:
UpdateNewBlockPosition
Defined in: apps/web/composables/useSiteConfiguration/types.ts:47