Filler Reference Filler configuration. helperjs output 1 2 3 4 5.Options(o => o .Plugins(p => p .Filler(f => f .Propagate(true) .DrawTime(DrawTime.BeforeDraw)))) 1 2 3 4 5 6 7 8"options": { "plugins": { "filler": { "propagate": true, "drawTime": "beforeDraw" } } } Propagate¶ Fill propagation when target is hidden. .Propagate(true) DrawTime¶ .DrawTime(DrawTime.BeforeDraw)