Home > SYS_Dialog > createDesignPortal
SYS_Dialog.createDesignPortal() method
Create a communication entry for a componentized popup window
Signature
typescript
function createDesignPortal(): IDesignPortal;1
Returns
A communication object implementing IDesignPortal
Remarks
Returns an IDesignPortal object, used by extensions in conjunction with the VirtualRender / virtual machine component of lc-editor-design-react. All communication (sending messages + receiving events) is encapsulated inside the object.