Function isValidTextContainer

  • Parameters

    • element: {
          type:
              | "selection"
              | "rectangle"
              | "text"
              | "line"
              | "freedraw"
              | "arrow"
              | "image"
              | "frame"
              | "embeddable"
              | "table"
              | "doc"
              | "ellipse"
              | "polygon"
              | "model"
              | "plot"
              | "pdf";
      }

    Returns boolean