tsParticles - v4.0.0-beta.12
    Preparing search index...
    interface ILoadParams {
        element?: HTMLElement | OffscreenCanvas;
        id?: string;
        index?: number;
        options?: SingleOrMultiple<RecursivePartial<IOptions>>;
        url?: SingleOrMultiple<string>;
    }
    Index

    Properties

    id?: string
    index?: number
    url?: SingleOrMultiple<string>