The options for a model.

Notes

Either a comm or a model_id must be provided.

Hierarchy

Properties

comm?: any

Comm object associated with the widget.

model_id?: string

The model id to use. If not provided, the comm id of the comm is used.

model_module: string

Module name of the widget model to create.

model_module_version: string

Semver version requirement for the model module.

model_name: string

Target name of the widget model to create.

view_module?: null | string

Module name of the widget view to create.

view_module_version?: string

Semver version requirement for the view module.

view_name?: null | string

Target name of the widget view to create.

Generated using TypeDoc