AppState
@firecms/core / AppState
Type Alias: AppState
Section titled “Type Alias: AppState”AppState =
object
Defined in: app/useApp.tsx:7
This context represents the state of the app in terms of layout.
Properties
Section titled “Properties”autoOpenDrawer?
Section titled “autoOpenDrawer?”
optionalautoOpenDrawer:boolean
Defined in: app/useApp.tsx:13
closeDrawer()
Section titled “closeDrawer()”closeDrawer: () =>
void
Defined in: app/useApp.tsx:12
Returns
Section titled “Returns”void
drawerHovered
Section titled “drawerHovered”drawerHovered:
boolean
Defined in: app/useApp.tsx:9
drawerOpen
Section titled “drawerOpen”drawerOpen:
boolean
Defined in: app/useApp.tsx:10
hasDrawer
Section titled “hasDrawer”hasDrawer:
boolean
Defined in: app/useApp.tsx:8
optionallogo:string
Defined in: app/useApp.tsx:14
openDrawer()
Section titled “openDrawer()”openDrawer: () =>
void
Defined in: app/useApp.tsx:11
Returns
Section titled “Returns”void