Dockview
Preparing search index...
dockview-react
IPaneviewReactProps
Interface IPaneviewReactProps
interface
IPaneviewReactProps
{
components
:
Record
<
string
,
React.FunctionComponent
<
IPaneviewPanelProps
>
>
;
headerComponents
?:
Record
<
string
,
FunctionComponent
<
IPaneviewPanelProps
<
any
>
>
,
>
;
onReady
:
(
event
:
PaneviewReadyEvent
)
=>
void
;
onDidDrop
?
(
event
:
PaneviewDidDropEvent
)
:
void
;
}
Hierarchy (
View Summary
)
PaneviewOptions
IPaneviewReactProps
Index
Properties
components
header
Components?
on
Ready
Methods
on
Did
Drop?
Properties
components
components
:
Record
<
string
,
React.FunctionComponent
<
IPaneviewPanelProps
>
>
Optional
header
Components
headerComponents
?:
Record
<
string
,
FunctionComponent
<
IPaneviewPanelProps
<
any
>
>
>
on
Ready
onReady
:
(
event
:
PaneviewReadyEvent
)
=>
void
Methods
Optional
on
Did
Drop
onDidDrop
?
(
event
:
PaneviewDidDropEvent
)
:
void
Parameters
event
:
PaneviewDidDropEvent
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
components
header
Components
on
Ready
Methods
on
Did
Drop
Dockview
Loading...