Documentation

effect()

Applies a render effect to the list container.

effect(name: RenderEffect.EffectName | undefined): this;

Notes

Parameters

Return value

The builder instance for chaining.

Related