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 type
string select
data
OdTvSelectionSet 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 type
string update
-
uploadprogress
-
A Client event measuring progress of an file uploading process.
Properties:
Name Type Description type
string uploadprogress
data
number The non-rounded progress value from 0 to 1. To get a percentage (%), multiply the
data
by 100.file
file File object to upload.
-
visualizeprogress
-
A Viewer event measuring progress of loading a
VisualizeJS
library.Properties:
Name Type Description type
string visualizeprogress
loaded
number 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.
total
number A 64-bit unsigned integer representing the total amount of work that the underlying process is in the progress of performing.