Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
workspace
WorkspaceHandlerContribution
Interface WorkspaceHandlerContribution
interface
WorkspaceHandlerContribution
{
canHandle
(
uri
)
:
boolean
;
workspaceStillExists
(
uri
)
:
Promise
<
boolean
>
;
}
Implemented by
FileWorkspaceHandlerContribution
Index
Methods
can
Handle
workspace
Still
Exists
Methods
can
Handle
can
Handle
(
uri
)
:
boolean
Parameters
uri
:
URI
Returns
boolean
workspace
Still
Exists
workspace
Still
Exists
(
uri
)
:
Promise
<
boolean
>
Parameters
uri
:
URI
Returns
Promise
<
boolean
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
can
Handle
workspace
Still
Exists
Theia TypeDoc
Loading...