- Linting (ESLint): Fix per stricter eslint-plugin-jsdoc context checking
- npm: Update devDep (jsdoc linting plugin)
This commit is contained in:
@@ -41,7 +41,7 @@ let svgroot_ = null;
|
||||
* Object with the following keys/values
|
||||
* @typedef {PlainObject} module:utilities.SVGElementJSON
|
||||
* @property {string} element - Tag name of the SVG element to create
|
||||
* @property {PlainObject.<string, string>} attr - Has key-value attributes to assign to the new element
|
||||
* @property {PlainObject<string, string>} attr - Has key-value attributes to assign to the new element
|
||||
* @property {boolean} [curStyles=false] - Indicates whether current style attributes should be applied first
|
||||
* @property {module:utilities.SVGElementJSON[]} [children] - Data objects to be added recursively as children
|
||||
* @property {string} [namespace="http://www.w3.org/2000/svg"] - Indicate a (non-SVG) namespace
|
||||
|
||||
Reference in New Issue
Block a user