Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/filesystem
browser/file-resource
FileResourceOptions
Interface FileResourceOptions
interface
FileResourceOptions
{
readOnly
:
boolean
|
MarkdownString
;
shouldOpenAsText
:
(
error
:
string
)
=>
Promise
<
boolean
>
;
shouldOverwrite
:
()
=>
Promise
<
boolean
>
;
}
Index
Properties
read
Only
should
Open
As
Text
should
Overwrite
Properties
read
Only
readOnly
:
boolean
|
MarkdownString
should
Open
As
Text
shouldOpenAsText
:
(
error
:
string
)
=>
Promise
<
boolean
>
should
Overwrite
shouldOverwrite
:
()
=>
Promise
<
boolean
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
read
Only
should
Open
As
Text
should
Overwrite
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...