Class LabelDrawer

Constructors

Methods

Constructors

Methods

  • Inserts a new label into the board

    Parameters

    • configuration: {
          config?: LabelConfig;
          container: LabelConfig;
          tag?: TagConfig;
          text: TextConfig;
      }

      The configuration of the label

      • Optional config?: LabelConfig
      • container: LabelConfig
      • Optional tag?: TagConfig
      • text: TextConfig

    Returns LabelModel