Preparing search index...
The search index is not available
Dockview
Dockview
dockview
IPaneviewReactProps
Interface IPaneviewReactProps
interface
IPaneviewReactProps
{
components
:
Record
<
string
,
FunctionComponent
<
IPaneviewPanelProps
<
any
>
>
>
;
headerComponents
?:
Record
<
string
,
FunctionComponent
<
IPaneviewPanelProps
<
any
>
>
>
;
onReady
:
(
(
event
)
=>
void
)
;
onDidDrop
?
(
event
)
:
void
;
}
Hierarchy (
view full
)
PaneviewOptions
IPaneviewReactProps
Index
Properties
components
header
Components?
on
Ready
Methods
on
Did
Drop?
Properties
components
components
:
Record
<
string
,
FunctionComponent
<
IPaneviewPanelProps
<
any
>
>
>
Optional
header
Components
header
Components
?:
Record
<
string
,
FunctionComponent
<
IPaneviewPanelProps
<
any
>
>
>
on
Ready
on
Ready
:
(
(
event
)
=>
void
)
Type declaration
(
event
)
:
void
Parameters
event
:
PaneviewReadyEvent
Returns
void
Methods
Optional
on
Did
Drop
on
Did
Drop
(
event
)
:
void
Parameters
event
:
PaneviewDropEvent
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
components
header
Components
on
Ready
on
Did
Drop
Dockview
dockview - v3.2.0
dockview-core - v3.2.0
dockview-vue - v3.2.0
Generated using
TypeDoc