Preparing search index...
The search index is not available
ZenFS Archives
ZenFS Archives
Zip
Interface Zip
interface
Zip
{
name
:
string
;
options
:
{
data
:
{
required
:
true
;
type
:
"object"
;
validator
(
buff
:
unknown
)
:
void
;
}
;
name
:
{
required
:
false
;
type
:
"string"
;
}
;
}
;
create
(
options
:
ZipOptions
)
:
ZipFS
;
isAvailable
(
)
:
boolean
;
}
Hierarchy
_Zip
Zip
Index
Properties
name
options
Methods
create
is
Available
Properties
name
name
:
string
= 'Zip'
options
options
:
{
data
:
{
required
:
true
;
type
:
"object"
;
validator
(
buff
:
unknown
)
:
void
;
}
;
name
:
{
required
:
false
;
type
:
"string"
;
}
;
}
= ...
Methods
create
create
(
options
)
:
ZipFS
Parameters
options
:
ZipOptions
Returns
ZipFS
is
Available
is
Available
(
)
:
boolean
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
options
Methods
create
is
Available
ZenFS Archives
Loading...