IBuilderCloseEvent interface
đ Descriptionâ
Event interface for the OnClose hook, fired when the builder is closed.
tip
đ Type declarationâ
interface IBuilderCloseEvent { 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.