tsParticles - v4.0.0-beta.12
    Preparing search index...
    interface IStroke {
        color?:
            | RecursivePartial<IAnimatableColor>
            | RecursivePartial<IRangeColor>;
        opacity?: RangeValue;
        width: RangeValue;
    }

    Implemented by

    Index

    Properties

    Properties

    opacity?: RangeValue
    width: RangeValue