Search
Preparing search index...
The search index is not available
Fission SDK
Options
All
Public
Public/Protected
All
Inherited
Menu
Fission SDK
<internal>
Tree
Interface Tree
Hierarchy
UnixTree
Puttable
Tree
Implemented by
BaseTree
Index
Properties
read
Only
Methods
add
add
Recurse
cat
create
Child
Tree
create
Or
Update
Child
File
exists
get
get
Direct
Child
get
Links
get
Or
Create
Direct
Child
ls
mkdir
mkdir
Recurse
mv
put
put
Detailed
remove
Direct
Child
rm
rm
Recurse
update
Child
update
Direct
Child
update
Link
Properties
read
Only
read
Only
:
boolean
Methods
add
add
(
path
:
Path
, content
:
FileContent
)
:
Promise
<
Tree
>
Parameters
path:
Path
content:
FileContent
Returns
Promise
<
Tree
>
add
Recurse
add
Recurse
(
path
:
Path
, content
:
FileContent
, onUpdate
:
Maybe
<
UpdateCallback
>
)
:
Promise
<
Tree
>
Parameters
path:
Path
content:
FileContent
onUpdate:
Maybe
<
UpdateCallback
>
Returns
Promise
<
Tree
>
cat
cat
(
path
:
Path
)
:
Promise
<
FileContent
>
Parameters
path:
Path
Returns
Promise
<
FileContent
>
create
Child
Tree
create
Child
Tree
(
name
:
string
, onUpdate
:
Maybe
<
UpdateCallback
>
)
:
Promise
<
Tree
>
Parameters
name:
string
onUpdate:
Maybe
<
UpdateCallback
>
Returns
Promise
<
Tree
>
create
Or
Update
Child
File
create
Or
Update
Child
File
(
content
:
FileContent
, name
:
string
, onUpdate
:
Maybe
<
UpdateCallback
>
)
:
Promise
<
File
>
Parameters
content:
FileContent
name:
string
onUpdate:
Maybe
<
UpdateCallback
>
Returns
Promise
<
File
>
exists
exists
(
path
:
Path
)
:
Promise
<
boolean
>
Parameters
path:
Path
Returns
Promise
<
boolean
>
get
get
(
path
:
Path
)
:
Promise
<
null
|
Tree
|
File
>
Parameters
path:
Path
Returns
Promise
<
null
|
Tree
|
File
>
get
Direct
Child
get
Direct
Child
(
name
:
string
)
:
Promise
<
null
|
Tree
|
File
>
Parameters
name:
string
Returns
Promise
<
null
|
Tree
|
File
>
get
Links
get
Links
(
)
:
Links
Returns
Links
get
Or
Create
Direct
Child
get
Or
Create
Direct
Child
(
name
:
string
, onUpdate
:
Maybe
<
UpdateCallback
>
)
:
Promise
<
Tree
|
File
>
Parameters
name:
string
onUpdate:
Maybe
<
UpdateCallback
>
Returns
Promise
<
Tree
|
File
>
ls
ls
(
path
:
Path
)
:
Promise
<
Links
>
Parameters
path:
Path
Returns
Promise
<
Links
>
mkdir
mkdir
(
path
:
Path
, onUpdate
?:
UpdateCallback
)
:
Promise
<
Tree
>
Parameters
path:
Path
Optional
onUpdate:
UpdateCallback
Returns
Promise
<
Tree
>
mkdir
Recurse
mkdir
Recurse
(
path
:
Path
, onUpdate
:
Maybe
<
UpdateCallback
>
)
:
Promise
<
Tree
>
Parameters
path:
Path
onUpdate:
Maybe
<
UpdateCallback
>
Returns
Promise
<
Tree
>
mv
mv
(
from
:
Path
, to
:
Path
)
:
Promise
<
Tree
>
Parameters
from:
Path
to:
Path
Returns
Promise
<
Tree
>
put
put
(
)
:
Promise
<
CID
>
Returns
Promise
<
CID
>
put
Detailed
put
Detailed
(
)
:
Promise
<
AddResult
>
Returns
Promise
<
AddResult
>
remove
Direct
Child
remove
Direct
Child
(
name
:
string
)
:
Tree
Parameters
name:
string
Returns
Tree
rm
rm
(
path
:
Path
)
:
Promise
<
Tree
>
Parameters
path:
Path
Returns
Promise
<
Tree
>
rm
Recurse
rm
Recurse
(
path
:
Path
, onUpdate
:
Maybe
<
UpdateCallback
>
)
:
Promise
<
Tree
>
Parameters
path:
Path
onUpdate:
Maybe
<
UpdateCallback
>
Returns
Promise
<
Tree
>
update
Child
update
Child
(
child
:
Tree
|
File
, path
:
Path
)
:
Promise
<
Tree
>
Parameters
child:
Tree
|
File
path:
Path
Returns
Promise
<
Tree
>
update
Direct
Child
update
Direct
Child
(
child
:
Tree
|
File
, name
:
string
, onUpdate
:
Maybe
<
UpdateCallback
>
)
:
Promise
<
Tree
>
Parameters
child:
Tree
|
File
name:
string
onUpdate:
Maybe
<
UpdateCallback
>
Returns
Promise
<
Tree
>
update
Link
update
Link
(
name
:
string
, result
:
AddResult
)
:
Tree
Parameters
name:
string
result:
AddResult
Returns
Tree
Exports
<internal>
apps
crypto
data
Root
did
dns
errors
ipfs
keystore
lobby
machinery
path
setup
ucan
Tree
read
Only
add
add
Recurse
cat
create
Child
Tree
create
Or
Update
Child
File
exists
get
get
Direct
Child
get
Links
get
Or
Create
Direct
Child
ls
mkdir
mkdir
Recurse
mv
put
put
Detailed
remove
Direct
Child
rm
rm
Recurse
update
Child
update
Direct
Child
update
Link
Generated using
TypeDoc