@inweb/viewer-visualize
Preparing search index...
ViewpointEvent
Interface ViewpointEvent
Event that fires after viewer loads a viewpoint.
interface
ViewpointEvent
{
data
:
IViewpoint
;
type
:
"createviewpoint"
|
"drawviewpoint"
;
}
Index
Properties
data
type
Properties
data
data
:
IViewpoint
Viewpoint.
type
type
:
"createviewpoint"
|
"drawviewpoint"
Event type.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
type
@inweb/viewer-visualize
Loading...
Event that fires after viewer loads a viewpoint.