ProjectEvent
Properties
Name | Type | Access | Min Version | Description |
---|---|---|---|---|
name | string | R | 25.0 | The project name. |
path | string | R | 25.0 | The absolute file path to the project file. |
id | string | R | 25.0 | The unique identifier of the project. |
project | object | R | 25.0 | The project object. |
Events
| Name | Version | Description | | :------ | :------ | :------ || EVENT_OPENED | 25.0 | Event occurs when project was opened. | | EVENT_ACTIVATED | 25.0 | Event occurs when the active project has changed | | EVENT_DIRTY | 25.0 | Event occurs when the project dirty state changed. |