@jakguru/vueprint / @jakguru/vueprint/utilities
Module: @jakguru/vueprint/utilities
Interfaces
References
browser
Renames and re-exports @jakguru/vueprint/utilities/browser
colors
Renames and re-exports @jakguru/vueprint/utilities/colors
debug
Renames and re-exports @jakguru/vueprint/utilities/debug
files
Renames and re-exports @jakguru/vueprint/utilities/files
validation
Renames and re-exports @jakguru/vueprint/utilities/validation
Functions
getBootStatuses
▸ getBootStatuses(): Object
Get the current boot statuses of the services
Returns
Object
The current boot statuses of the services
Name | Type |
---|---|
cron | null | boolean |
identity | boolean |
isBooted | boolean |
isDependanciesBooted | boolean |
localstorage | null | boolean |
push | boolean |
cron: null
| boolean
-
identity: boolean
-
isBooted: boolean
-
isDependanciesBooted: boolean
-
localstorage: null
| boolean
-
push: boolean
-
Defined in
useVueprint
▸ useVueprint(hooks?
, _debug?
): ApplicationVueprintState
Initialize the VuePrint integration with the application
Parameters
Name | Type | Default value | Description |
---|---|---|---|
hooks? | ApplicationHooks | undefined | The hooks that will be used when an application property changes state |
_debug | boolean | false | - |
Returns
An object containing the state of the application