tsParticles - v0.0.0
    Preparing search index...
    • Execute the given callback if div mode in the given div elements is enabled

      Parameters

      • mode: string

        the div mode to check

      • divs: SingleOrMultiple<DivEvent>

        the div elements to check

      • callback: (id: string, div: DivEvent) => void

        the callback to execute

      Returns void