interface IPush {
    default: boolean;
    groups: string[];
    particles?: SingleOrMultiple<RecursivePartial<IParticlesOptions>>;
    quantity: RangeValue;
}

Implemented by

Properties

default: boolean
groups: string[]
quantity: RangeValue