The default VaAppBar contains the application title, header menus, direct resource creation links, global refresh action, profile menu. The profile user drop-down menu does not appear in guest mode.
Property | Type | Description |
---|---|---|
title | string |
To change the default title, change the title key value in the OlobaseAdmin.setOptions() method. |
elevation | number|string |
Sets the shade degree of the component. (See. Vuetify Elevations). |
headerMenu | array |
Header allows links to be visible at the top. |
disableCreate | boolean |
Disables the creation menu. |
disableReload | boolean |
Disables the reload (page refresh) key. |
color | string |
Sets the main color for the VAppBar component. |
sidebarColor | string |
Sets the specified color for VNavigationDrawer. |
listItemColor | string |
Sets the list item color for the VAppBar component. |
density | string |
Sets the vertical height used by the component. The default is "compact". Possible values: 'default' | 'prominent' | 'comfortable' | 'compact'. |
listItemDensity | string |
Sets the vertical height of list items. The default is "compact". Possible values: 'default' | 'prominent' | 'comfortable' | 'compact'. |
flat | boolean |
Removes AppBar shadow. |
If the current user has permissions, creating action links will be automatically created from your saved resources.
The reload key dynamically refreshes every listing call from your data provider (for example getList, getOne or getMany). With a manual click, the content sends a new listing call. This button appears only on listing pages.