TFolder class
Signature:
export class TFolder extends TAbstractFile
Extends: TAbstractFile
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
children | TAbstractFile [] | ||
name | string | (Inherited from TAbstractFile) | |
parent | TFolder | null | (Inherited from TAbstractFile) | |
path | string | (Inherited from TAbstractFile) | |
vault | Vault | (Inherited from TAbstractFile) |
Methods
Method | Modifiers | Description |
---|---|---|
isRoot() |