webtau API
Preparing search index...
fs
FsEntry
Interface FsEntry
interface
FsEntry
{
children
?:
FsEntry
[]
;
isDirectory
:
boolean
;
isFile
:
boolean
;
name
:
string
;
path
:
string
;
}
Index
Properties
children?
is
Directory
is
File
name
path
Properties
Optional
children
children
?:
FsEntry
[]
is
Directory
isDirectory
:
boolean
is
File
isFile
:
boolean
name
name
:
string
path
path
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
is
Directory
is
File
name
path
webtau API
Loading...