@jakguru/vueprint / @jakguru/vueprint/utilities / ApplicationVueprintState
Interface: ApplicationVueprintState
@jakguru/vueprint/utilities.ApplicationVueprintState
Defines the current state of the implementation of the VuePrint integration with the application
Properties
booted
• booted: ComputedRef
<boolean
>
If all pre-mount services have been booted
Defined in
mounted
• mounted: ComputedRef
<boolean
>
If the application is currently mounted
Defined in
ready
• ready: ComputedRef
<boolean
>
If all post-mount services have been booted
Defined in
updateable
• updateable: ComputedRef
<boolean
>