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
1 min read
Vault โบ recurseChildren
Signature:
static recurseChildren(root: TFolder, cb: (file: TAbstractFile) => any): void;| Parameter | Type | Description |
|---|---|---|
root | TFolder | |
cb | (file: TAbstractFile) โ any |
Returns:
void