Vault
โบ recurseChildren
Vault.recurseChildren() method
Signature:
static recurseChildren(root: TFolder, cb: (file: TAbstractFile) => any): void;
Parameters
Parameter | Type | Description |
---|---|---|
root | TFolder | |
cb | (file: TAbstractFile ) โ any |
Returns:
void