@jakguru/vueprint / @jakguru/vueprint/utilities / ApplicationHook
Interface: ApplicationHook
@jakguru/vueprint/utilities.ApplicationHook
Define the shape of a hook that will be used when an application property changes state
Properties
onFalse
• Optional
onFalse: () => void
Type declaration
▸ (): void
Returns
void
Defined in
onTrue
• Optional
onTrue: () => void
Type declaration
▸ (): void
Returns
void