solid-ui
Preparing search index...
FileExplorerContext
Interface FileExplorerContext
interface
FileExplorerContext
{
edit
?:
FileExplorerEdit
;
handleSharingClick
?:
()
=>
void
;
onBack
?:
()
=>
void
;
openPane
?:
(
subject
:
NamedNode
,
paneName
:
string
)
=>
void
;
pane
?:
PaneDefinition
;
paneSupportsEditing
?:
boolean
;
soloPane
?:
boolean
;
store
:
LiveStore
|
undefined
;
subjectUri
:
string
|
undefined
;
}
Index
Properties
edit?
handle
Sharing
Click?
on
Back?
open
Pane?
pane?
pane
Supports
Editing?
solo
Pane?
store
subject
Uri
Properties
Optional
edit
edit
?:
FileExplorerEdit
Optional
handle
Sharing
Click
handleSharingClick
?:
()
=>
void
Optional
on
Back
onBack
?:
()
=>
void
Optional
open
Pane
openPane
?:
(
subject
:
NamedNode
,
paneName
:
string
)
=>
void
Optional
pane
pane
?:
PaneDefinition
Optional
pane
Supports
Editing
paneSupportsEditing
?:
boolean
Optional
solo
Pane
soloPane
?:
boolean
store
store
:
LiveStore
|
undefined
subject
Uri
subjectUri
:
string
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
edit
handle
Sharing
Click
on
Back
open
Pane
pane
pane
Supports
Editing
solo
Pane
store
subject
Uri
solid-ui
Loading...