NodeOPCUA API Documentation
    Preparing search index...

    Interface BuildDocumentationOptions

    interface BuildDocumentationOptions {
        dumpGraphics?: (
            writer: IWriter,
            type: UAObjectType | UAVariableType,
        ) => void;
        node?: BaseNode<BaseNodeEvents>;
    }
    Index

    Properties

    Properties

    dumpGraphics?: (writer: IWriter, type: UAObjectType | UAVariableType) => void