Preparing search index...
The search index is not available
ZenFS
ZenFS
InMemory
Interface InMemory
interface
InMemory
{
name
:
"InMemory"
;
options
:
{
name
:
{
required
:
false
;
type
:
"string"
;
}
;
}
;
create
(
__namedParameters
:
{
name
?:
string
;
}
)
:
StoreFS
<
InMemoryStore
>
;
isAvailable
(
)
:
boolean
;
}
Hierarchy
_InMemory
InMemory
Index
Properties
name
options
Methods
create
is
Available
Properties
Readonly
name
name
:
"InMemory"
= 'InMemory'
Readonly
options
options
:
{
name
:
{
required
:
false
;
type
:
"string"
;
}
;
}
= ...
Methods
Readonly
create
create
(
__namedParameters
)
:
StoreFS
<
InMemoryStore
>
Parameters
__namedParameters
:
{
name
?:
string
;
}
Optional
name
?:
string
Returns
StoreFS
<
InMemoryStore
>
Readonly
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
Loading...