@nospamproxy/core
    Preparing search index...

    Handler class to manipulate the splash screen.

    Index

    Constructors

    • Creates an instance of SplashScreenHandler, and generates the splash screen.

      Parameters

      • OptionalimagePathWhite: string

        Path of the image to show for dark theme.

      • OptionalimagePathBlack: string

        Path of the image to show for light theme.

      • OptionalsplashContainerId: string = 'splash'

        Document's target div id, where to put the splash screen.

      • useDarkTheme: boolean | null = null

      Returns SplashScreenHandler

    Properties

    instance?: SplashScreenHandler = undefined

    Methods

    • Disposes the splash screen

      Returns void

    • Parameters

      • error: Error

      Returns void

    • Parameters

      • handler: () => void

      Returns void

    • Parameters

      • handler: () => void

      Returns void

    • Shows notification message in splash screen. Useful for showing progress.

      Parameters

      • notificationMsg: string

        Message to show.

      Returns void

    • Returns void