NodeOPCUA API Documentation
    Preparing search index...
    interface IEventData {
        eventId: NodeId;
        _browse(browsePath: BrowsePath): BrowsePathResult | null;
        _createValue(
            fullBrowsePath: string,
            node: BaseNode,
            variant: VariantOptions,
        ): void;
        _readValue(nodeId: NodeId): Variant | null;
        getEventDataSource(): BaseNode;
    }
    Index

    Properties

    eventId: NodeId

    Methods