tsParticles - v4.1.1
    Preparing search index...
    interface IRibbonData {
        angle?: RangeValue;
        backColor?: string;
        close?: boolean;
        count?: RangeValue;
        darken?: IRibbonLight;
        drag?: RangeValue;
        enlighten?: IRibbonLight;
        mass?: RangeValue;
        oscillationDistance?: RangeValue;
        oscillationSpeed?: RangeValue;
        particleDist?: RangeValue;
        particles?: RecursivePartial<IParticlesOptions>;
        thickness?: RangeValue;
        velocityInherit?: RangeValue;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    angle?: RangeValue
    backColor?: string
    close?: boolean
    count?: RangeValue
    darken?: IRibbonLight
    drag?: RangeValue
    enlighten?: IRibbonLight
    mass?: RangeValue
    oscillationDistance?: RangeValue
    oscillationSpeed?: RangeValue
    particleDist?: RangeValue
    thickness?: RangeValue
    velocityInherit?: RangeValue