feat(core): Add getId to shorthand
This commit is contained in:
parent
947cbd0f4d
commit
f08f2d7e48
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ Part.prototype.shorthand = function () {
|
|||
const sa = this.context.settings?.complete ? this.context.settings?.sa || 0 : 0
|
||||
const shorthand = {
|
||||
complete,
|
||||
getId: this.getId,
|
||||
hide: this.hide,
|
||||
log: this.context.store.log,
|
||||
macro: this.__macroClosure(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue