UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

8 lines 270 B
export const getClassPropertyDefault = (inst, pty) => { var _a; if (inst[`\$${pty}`]) { return inst[`\$${pty}`][0]; } return (_a = inst[`_${pty}`]) !== null && _a !== void 0 ? _a : inst[pty]; }; //# sourceMappingURL=getClassPropertyDefault.js.map