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

    The destroy bounds options

    interface IDestroyBounds {
        bottom?: RangeValue;
        left?: RangeValue;
        right?: RangeValue;
        top?: RangeValue;
    }

    Implemented by

    Index

    Properties

    bottom?: RangeValue

    The bottom bound

    left?: RangeValue

    The left bound

    right?: RangeValue

    The right bound

    The top bound