GitHub
Jupyter
Preparing search index...
The search index is not available
@jupyterlab
@jupyterlab
attachments
IAttachmentsModel
IContentFactory
Interface IContentFactory
The interface for an attachment content factory.
interface
IContentFactory
{
createAttachmentModel
(
options
:
IAttachmentModel
.
IOptions
,
)
:
IAttachmentModel
;
}
Implemented by
AttachmentsModel
.
ContentFactory
Index
Methods
create
Attachment
Model
Methods
create
Attachment
Model
createAttachmentModel
(
options
:
IAttachmentModel
.
IOptions
)
:
IAttachmentModel
Create an attachment model.
Parameters
options
:
IAttachmentModel
.
IOptions
Returns
IAttachmentModel
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
create
Attachment
Model
GitHub
Jupyter
@jupyterlab
Loading...
The interface for an attachment content factory.