Search
Preparing search index...
The search index is not available
API Reference | Injective - Powering the future of decentralized finance.
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
API Reference | Injective - Powering the future of decentralized finance.
@injectivelabs/wallet-ts
internal
FileSystemDirectoryEntry
Interface FileSystemDirectoryEntry
Hierarchy
internal
.
FileSystemEntry
FileSystemDirectoryEntry
Index
Properties
filesystem
full
Path
is
Directory
is
File
name
Methods
create
Reader
get
Directory
get
File
get
Parent
Properties
Readonly
filesystem
filesystem
:
internal
.
FileSystem
Readonly
full
Path
full
Path
:
string
Readonly
is
Directory
is
Directory
:
boolean
Readonly
is
File
is
File
:
boolean
Readonly
name
name
:
string
Methods
create
Reader
create
Reader
(
)
:
internal
.
FileSystemDirectoryReader
Returns
internal
.
FileSystemDirectoryReader
get
Directory
get
Directory
(
path
?:
null
|
string
, options
?:
FileSystemFlags
, successCallback
?:
FileSystemEntryCallback
, errorCallback
?:
ErrorCallback
)
:
void
Parameters
Optional
path:
null
|
string
Optional
options:
FileSystemFlags
Optional
successCallback:
FileSystemEntryCallback
Optional
errorCallback:
ErrorCallback
Returns
void
get
File
get
File
(
path
?:
null
|
string
, options
?:
FileSystemFlags
, successCallback
?:
FileSystemEntryCallback
, errorCallback
?:
ErrorCallback
)
:
void
Parameters
Optional
path:
null
|
string
Optional
options:
FileSystemFlags
Optional
successCallback:
FileSystemEntryCallback
Optional
errorCallback:
ErrorCallback
Returns
void
get
Parent
get
Parent
(
successCallback
?:
FileSystemEntryCallback
, errorCallback
?:
ErrorCallback
)
:
void
Parameters
Optional
successCallback:
FileSystemEntryCallback
Optional
errorCallback:
ErrorCallback
Returns
void
Modules
@injectivelabs/sdk-
ts
@injectivelabs/wallet-
ts
Utils
Wallets
internal
Event
Emitter
File
System
Directory
Entry
filesystem
full
Path
is
Directory
is
File
name
create
Reader
get
Directory
get
File
get
Parent
Generated using
TypeDoc