[enum] anychart.graphics.vector.Stage.EventTypeImprove this Doc
Stage events.
Try it:
Value | Description | Example |
---|---|---|
renderfinish | Rendering end. Called when all DOM-elements are created and added to the Document, and before loading images, fonts, and other external resources starts. | |
renderstart | Rendering start. Called before changes of the DOM start. | |
stagerendered | Called when all external resources used on the Stage are loaded. | |
stageresize | Called when the Stage is resized, the container is resized with percentage values of width and height, and the width and height values are changed. |