Classes
- Assembly
- Client
- File
- Job
- KonvaArrow
- KonvaCloud
- KonvaEllipse
- KonvaImage
- KonvaLine
- KonvaMarkup
- KonvaRectangle
- KonvaText
- MarkupColor
- Member
- Model
- Permission
- Project
- Role
- User
- Viewer
Namespaces
Events
- 
    select
- 
    
    A Viewer event that fires when the user selects an entity with the mouse. Properties:Name Type Description typestring selectdataOdTvSelectionSet The set of selected entities. For more information, see OdTvSelectionSet. 
- 
    update
- 
    
    A Viewer event that fires when the viewer needs to be updated. Properties:Name Type Description typestring update
- 
    uploadprogress
- 
    
    A Client event measuring progress of an file uploading process. Properties:Name Type Description typestring uploadprogressdatanumber The non-rounded progress value from 0 to 1. To get a percentage (%), multiply the databy 100.filefile File object to upload. 
- 
    visualizeprogress
- 
    
    A Viewer event measuring progress of loading a VisualizeJSlibrary.Properties:Name Type Description typestring visualizeprogressloadednumber A 64-bit unsigned integer value indicating the amount of work already performed by the underlying process. The ratio of work done can be calculated by dividing total by the value of this property. totalnumber A 64-bit unsigned integer representing the total amount of work that the underlying process is in the progress of performing. 
 Client.js
Client.js