Function isValidTextContainer
isValidTextContainer( element: { type: | "selection" | "rectangle" | "text" | "line" | "freedraw" | "arrow" | "image" | "frame" | "embeddable" | "table" | "doc" | "ellipse" | "polygon" | "model" | "plot" | "pdf"; },): boolean Parameters
- element: {
type:
| "selection"
| "rectangle"
| "text"
| "line"
| "freedraw"
| "arrow"
| "image"
| "frame"
| "embeddable"
| "table"
| "doc"
| "ellipse"
| "polygon"
| "model"
| "plot"
| "pdf";
}
Returns boolean