_loadChildren MethodProtected Abstract

Load this tile's children, possibly asynchronously. Pass them to resolve, or an error to reject.

_loadChildren(resolve: (children: Tile[]) => void, reject: (error: Error) => void): void

Parameter Type Description
resolve (children: Tile[]) => void  
reject (error: Error) => void  

Returns - void

Defined in

Last Updated: 06 May, 2024