namespace http://opcfoundation.org/UA/
nodeClass VariableType
typedDefinition DataItemType i=2365
dataType Null
dataType Name VariantOptions i=0
isAbstract false
interface UADataItem_Base<T, DT> {
    definition?: UAProperty<UAString, String>;
    valuePrecision?: UAProperty<number, Double>;
}

Type Parameters

Hierarchy (view full)

Properties

definition?: UAProperty<UAString, String>
valuePrecision?: UAProperty<number, Double>