fix(core): Add param inline docs for Part.getId()
This commit is contained in:
parent
1f51087c25
commit
6da872abe0
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ Part.prototype.attr = function (name, value, overwrite = false) {
|
||||||
/**
|
/**
|
||||||
* Gets a free ID to use in the part
|
* Gets a free ID to use in the part
|
||||||
*
|
*
|
||||||
|
* @param {string} prefix - An optional prefix to apply to the ID
|
||||||
* @return {string} id - A free ID to use
|
* @return {string} id - A free ID to use
|
||||||
*/
|
*/
|
||||||
Part.prototype.getId = function (prefix = '') {
|
Part.prototype.getId = function (prefix = '') {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue