Altair EEvision 2025.1 APIs
Altair Engineering Inc.
Preparing search index...
eevision_gui/plugin_api
ConfigChangeHandler
Type Alias ConfigChangeHandler
ConfigChangeHandler
:
(
this
:
EEvisionAPI
,
changed
:
Partial
<
ConfigUpdate
>
,
)
=>
void
|
Promise
<
void
>
Type of the handlers that are called whenever EEvision's configuration changes.
Type declaration
(
this
:
EEvisionAPI
,
changed
:
Partial
<
ConfigUpdate
>
)
:
void
|
Promise
<
void
>
Parameters
this
:
EEvisionAPI
changed
:
Partial
<
ConfigUpdate
>
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Altair Engineering Inc.
Altair EEvision 2025.1 APIs
Loading...
Type of the handlers that are called whenever EEvision's configuration changes.