tsParticles - v4.0.0-beta.12
    Preparing search index...

    Interactor base interface

    interface IInteractor {
        loadOptions?: (
            options: Options,
            ...sources: (RecursivePartial<IOptions> | undefined)[],
        ) => void;
        maxDistance: number;
        type: InteractorType;
        init(): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    loadOptions?: (
        options: Options,
        ...sources: (RecursivePartial<IOptions> | undefined)[],
    ) => void

    Loads interactor options from source options

    maxDistance: number

    The maximum distance for this interactor

    The interactor type

    Methods