Canvas.addTagConfig

Add a tag configuration to the canvas. These can apply options to a tag which can then be applied to any item.

class Canvas
addTagConfig
(
this T
)

Parameters

tagConfig CanvasTagConfig

The configuration to add.

Return Value

Type: auto

This widget to aid method chaining.

Meta