CreateAnchoredShapeOptions<TOverrides>
Interface
Options for creating an anchored drawing.
Type parameters
Name | Type |
---|---|
TOverrides | extends object |
Properties
disableSave
OptionalDisable/enable saving the drawing.
Type
boolean
disableSelection
OptionalDisable/enable selecting the drawing.
Type
boolean
disableUndo
OptionalDisable/enable undoing the creation of the drawing.
Type
boolean
filled
OptionalEnable/disable filling the drawing with color (if the drawing supports filling).
Type
boolean
icon
OptionalSpecify an icon to render - Only icons listed here are supported
Type
number
lock
OptionalShould drawing be locked
Type
boolean
overrides
OptionalDrawing properties overrides.
Type
TOverrides
ownerStudyId
OptionalAn entity ID that can be used to associate the drawing with a study.
Type
shape
A drawing to create;
Type
"anchored_text" | "anchored_note"
showInObjectsTree
OptionalEnable/disable showing the drawing in the objects tree.
Type
boolean
text
OptionalText for drawing
Type
string
zOrder
OptionalCreate the drawing in front of all other drawings, or behind all other drawings.
Type
"top" | "bottom"