tsParticles - v4.2.0
    Preparing search index...
    • Loads a lazily-initialized option property from multiple sources.

      Type Parameters

      • T

      Parameters

      • obj: object

        the target options object

      • key: string

        the property key

      • optionClass: new () => IOptionLoader<T>

        the option class constructor

      • ...sources: (object | undefined)[]

        source objects to load from

      Returns void