IBuilderOpenEvent interface
đ Descriptionâ
Event interface for the OnLoad
hook, fired when the builder is opened and becomes visible for the user.
tip
đ Type declarationâ
interface IBuilderOpenEvent { builder: Builder;Readonly }
đąī¸ Hover with the mouse over a property name for a tooltip with the description of that property. Click it for more information.
đī¸ Propertiesâ
đˇī¸ builder
â
Contains a reference to the Builder
instance that generated the event.