The drawing command target defines which canvas to write to. The default is the data canvas. Only the data target will appear in the output.

Enumeration Members

Enumeration Members

Background: "background"

This canvas is drawn at the bottom of the field and will not appear in the output.

Data: "data"

This canvas is drawn in the middle of the field and will appear in the output.

Overlay: "overlay"

This canvas is drawn at the top of the field and will not appear in the output.

Generated using TypeDoc