Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/filesystem
browser-only/opfs-filesystem-initialization
OPFSInitialization
Interface OPFSInitialization
interface
OPFSInitialization
{
getBroadcastChannel
()
:
BroadcastChannel
;
getRootDirectory
()
:
string
|
Promise
<
string
>
;
initializeFS
(
provider
:
OPFSFileSystemProvider
)
:
Promise
<
void
>
;
}
Implemented by
DefaultOPFSInitialization
Index
Methods
get
Broadcast
Channel
get
Root
Directory
initialize
FS
Methods
get
Broadcast
Channel
getBroadcastChannel
()
:
BroadcastChannel
Returns
BroadcastChannel
get
Root
Directory
getRootDirectory
()
:
string
|
Promise
<
string
>
Returns
string
|
Promise
<
string
>
initialize
FS
initializeFS
(
provider
:
OPFSFileSystemProvider
)
:
Promise
<
void
>
Parameters
provider
:
OPFSFileSystemProvider
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Broadcast
Channel
get
Root
Directory
initialize
FS
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...