add a new event type to the address space
const evtType = namespace.addEventType({ browseName: "MyAuditEventType", subtypeOf: "AuditEventType" }); const myConditionType = namespace.addEventType({ browseName: "MyConditionType", subtypeOf: "ConditionType", isAbstract: false });
BaseEventType
Generated using TypeDoc
add a new event type to the address space