@inweb/viewer-visualize
Preparing search index...
OpenEvent
Interface OpenEvent
Event that fires before file open.
interface
OpenEvent
{
file
:
string
|
Model
|
File
|
Assembly
|
ArrayBuffer
|
File
;
mode
:
string
;
type
:
"open"
;
}
Index
Properties
file
mode
type
Properties
file
file
:
string
|
Model
|
File
|
Assembly
|
ArrayBuffer
|
File
File to load.
mode
mode
:
string
File opening mode.
type
type
:
"open"
Event type.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
file
mode
type
@inweb/viewer-visualize
Loading...
Event that fires before file open.