GitHub
Jupyter
Preparing search index...
The search index is not available
@jupyterlab
@jupyterlab
docregistry
DocumentRegistry
IWidgetExtension
Interface IWidgetExtension<T, U>
An interface for a widget extension.
interface
IWidgetExtension
<
T
extends
Widget
,
U
extends
DocumentRegistry
.
IModel
>
{
createNew
(
widget
:
T
,
context
:
IContext
<
U
>
)
:
void
|
IDisposable
;
}
Type Parameters
T
extends
Widget
U
extends
DocumentRegistry
.
IModel
Index
Methods
create
New
Methods
create
New
createNew
(
widget
:
T
,
context
:
IContext
<
U
>
)
:
void
|
IDisposable
Create a new extension for a given widget.
Parameters
widget
:
T
context
:
IContext
<
U
>
Returns
void
|
IDisposable
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
create
New
GitHub
Jupyter
@jupyterlab
Loading...
An interface for a widget extension.