UNPKG

@abaplint/core

Version:
21 lines 551 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IdocExtension = void 0; const _abstract_object_1 = require("./_abstract_object"); class IdocExtension extends _abstract_object_1.AbstractObject { getType() { return "IEXT"; } getAllowedNaming() { return { maxLength: 30, allowNamespace: false, }; } getDescription() { // todo return undefined; } } exports.IdocExtension = IdocExtension; //# sourceMappingURL=idoc_extension.js.map