Add a drawing to the container
Optional
options: TypedAddDrawingOptions<DrawingJSON>Add a listener. This is very similar to default javascript listeners except the offer a few additional options and there is no remove listener.
These add listeners return a function that can be called to remove the listener. Additionally they honor transactional boundaries.
Listeners are fired in the order that they are added.
Optional
options: ListenerOptionsReturn drawings that match the search criteria. If no search criteria is provided, all drawings will be returned.
Optional
options: DrawingSearchOptions
Implemented by ISheetModel