Whether this Extension is enabled.
1 | enabled: boolean; |
Called when this Extension is enabled.
1 | onEnable(): void |
Called when this Extension is disabled.
1 | onDisable(): void |
Called when a custom property changes.
1 | /** |
The wdget mounted by this Extension.
1 | readonly element: Element |
Please refer to the Element class.
The project to which this Extension belongs.
1 | readonly project: Project |
Please refer to the Project Class.
When the Extension is mounted on an iframe widget, this object is used to communicate with the web page inside the iframe.
1 | /** |