The Project object corresponds to the current project. Through this object, you can obtain the project name, project parameters, modify project parameters, and more.
The Project object is created and bound by the system, so users do not need to construct it manually. It can be accessed directly via this.project.
1 | class Button { |
Get the project name.
1 | readonly name: string |
Get project parameters.
1 | /** |
Set project parameters.
1 | /** |