Preparing search index...
The search index is not available
ZenFS
ZenFS
Port
Interface Port
interface
Port
{
name
:
string
;
options
:
{
port
:
{
required
:
true
;
type
:
"object"
;
validator
(
port
:
Port
)
:
void
}
;
timeout
:
{
required
:
false
;
type
:
"number"
}
;
}
;
create
(
options
:
Options
)
:
PortFS
;
}
Hierarchy
_Port
Port
Index
Properties
name
options
Methods
create
Properties
name
name
:
string
= 'Port'
options
options
:
{
port
:
{
required
:
true
;
type
:
"object"
;
validator
(
port
:
Port
)
:
void
}
;
timeout
:
{
required
:
false
;
type
:
"number"
}
;
}
= ...
Methods
create
create
(
options
:
Options
)
:
PortFS
Parameters
options
:
Options
Returns
PortFS
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
options
Methods
create
ZenFS
Loading...