mirror of
https://github.com/bpmn-io/bpmn-js.git
synced 2025-08-14 10:16:33 +08:00
chore(documentation): fix JSDoc number types
This commit is contained in:

committed by
fake-join[bot]
![fake-join[bot]](/assets/img/avatar_default.png)
parent
7a67ff95b2
commit
fcb11a60f7
@ -49,8 +49,8 @@ import BaseViewer from './BaseViewer';
|
||||
*
|
||||
* @param {Object} [options] configuration options to pass to the viewer
|
||||
* @param {DOMElement} [options.container] the container to render the viewer in, defaults to body.
|
||||
* @param {string|Number} [options.width] the width of the viewer
|
||||
* @param {string|Number} [options.height] the height of the viewer
|
||||
* @param {string|number} [options.width] the width of the viewer
|
||||
* @param {string|number} [options.height] the height of the viewer
|
||||
* @param {Object} [options.moddleExtensions] extension packages to provide
|
||||
* @param {Array<didi.Module>} [options.modules] a list of modules to override the default modules
|
||||
* @param {Array<didi.Module>} [options.additionalModules] a list of modules to use with the default modules
|
||||
|
Reference in New Issue
Block a user