tsParticles - v0.0.0
    Preparing search index...

    This interface is used by the options classes to have a IOptionLoader.load method to set all needed properties from source

    interface IOptionLoader<T> {
        load(data?: RecursivePartial<T>): void;
    }

    Type Parameters

    • T

    Implemented by

    Index

    Methods

    Methods