GitHub
Jupyter
Preparing search index...
The search index is not available
@jupyterlab
@jupyterlab
rendermime-interfaces
IRenderMime
IMimeModel
ISetDataOptions
Interface ISetDataOptions
The options used to update a mime model.
interface
ISetDataOptions
{
data
?:
ReadonlyPartialJSONObject
;
metadata
?:
ReadonlyPartialJSONObject
;
}
Index
Properties
data?
metadata?
Properties
Optional
data
data
?:
ReadonlyPartialJSONObject
The new data object.
Optional
metadata
metadata
?:
ReadonlyPartialJSONObject
The new metadata object.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
data
metadata
@jupyterlab
Loading...
The options used to update a mime model.