Type Alias TextEditableCell

TextEditableCell: Pick<BaseCell,
    | "textLabel"
    | "annotatedText"
    | "transform"
    | "textTransform"
    | "angle"
    | "relativeTextPosition"
    | "position">