ZenFS Cloud
Preparing search index...
_Dropbox
Variable _Dropbox
Const
_Dropbox
:
{
name
:
string
;
options
:
{
cacheTTL
:
{
required
:
false
;
type
:
string
}
;
client
:
{
required
:
true
;
type
:
string
}
;
}
;
create
(
options
:
DropboxOptions
&
Partial
<
SharedConfig
>
)
:
DropboxFS
;
isAvailable
()
:
boolean
;
}
= ...
Type declaration
name
:
string
options
:
{
cacheTTL
:
{
required
:
false
;
type
:
string
}
;
client
:
{
required
:
true
;
type
:
string
}
;
}
create
:
function
create
(
options
:
DropboxOptions
&
Partial
<
SharedConfig
>
)
:
DropboxFS
Parameters
options
:
DropboxOptions
&
Partial
<
SharedConfig
>
Returns
DropboxFS
isAvailable
:
function
isAvailable
()
:
boolean
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ZenFS Cloud
Loading...