1
0
Fork 0

feat(core): Add getId to shorthand

This commit is contained in:
joostdecock 2022-09-21 10:15:59 +02:00
parent 947cbd0f4d
commit f08f2d7e48

View file

@ -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(),