@abaplint/core
Version:
abaplint - Core API
21 lines • 596 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CustomizingImgActivity = void 0;
const _abstract_object_1 = require("./_abstract_object");
class CustomizingImgActivity extends _abstract_object_1.AbstractObject {
getType() {
return "CUS0";
}
getAllowedNaming() {
return {
maxLength: 20,
allowNamespace: true,
};
}
getDescription() {
// todo
return undefined;
}
}
exports.CustomizingImgActivity = CustomizingImgActivity;
//# sourceMappingURL=customizing_img_activity.js.map