@inweb/viewer-visualize
Preparing search index...
CommandEvent
Interface CommandEvent
Event that fires after viewer executes the command.
interface
CommandEvent
{
args
:
any
[]
;
data
:
string
;
type
:
"command"
;
}
Index
Properties
args
data
type
Properties
args
args
:
any
[]
Command arguments.
data
data
:
string
Command name.
type
type
:
"command"
Event type.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
args
data
type
@inweb/viewer-visualize
Loading...
Event that fires after viewer executes the command.