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