Skip to content

@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

src/utilities/index.ts:47


mounted

mounted: ComputedRef<boolean>

If the application is currently mounted

Defined in

src/utilities/index.ts:49


ready

ready: ComputedRef<boolean>

If all post-mount services have been booted

Defined in

src/utilities/index.ts:51


updateable

updateable: ComputedRef<boolean>

Defined in

src/utilities/index.ts:53

Vueprint is a commercial work product released under the MIT License and is provided as-is with no warranty or guarantee of support.