IBuilderErrorEvent interface
đ Descriptionâ
Event interface for the OnError
hook, fired when the builder detects an error during loading.
tip
đ Type declarationâ
interface IBuilderErrorEvent { builder: Builder;Readonly erroneousBlocks: number;Readonly missingBlockTypes: string[];Readonly }
đąī¸ Hover with the mouse over a property name for a tooltip with the description of that property. Click it for more information.