interface AttributeOperandOptions {
    alias?: UAString;
    attributeId?: number;
    browsePath?: RelativePathOptions;
    indexRange?: NumericRange;
    nodeId?: null | NodeIdLike;
}

Hierarchy (view full)

Properties

alias?: UAString
attributeId?: number
browsePath?: RelativePathOptions
indexRange?: NumericRange
nodeId?: null | NodeIdLike