NoteShapeOptions
Table of contents
interface NoteShapeOptions {}Properties
resizeMode
How should the note shape resize? By default it does not resize (except automatically based on its text content), but you can set it to be user-resizable using scale.
resizeMode: "none" | "scale";Prev
HighlightShapeOptionsNext
OnDragFromToolbarToCreateShapesOpts