Skip to content

stopInstance / startInstance


ts
import { stopInstance, startInstance } from 'notivue'

Reference to the stopInstance and startInstance methods returned by useNotivueInstance. They can be used to stop and start the Notivue instance from outside your components.

Interfaces

ts
declare function stopInstance(): void

declare function startInstance(): void