NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua
VariantOptionsT
Interface VariantOptionsT<T, DT>
interface
VariantOptionsT
<
T
,
DT
extends
DataType
>
{
arrayType
?:
string
|
VariantArrayType
;
dataType
:
DT
;
dimensions
?:
number
[]
|
null
;
value
:
T
;
}
Type Parameters
T
DT
extends
DataType
Hierarchy (
View Summary
)
VariantOptions
VariantOptionsT
Index
Properties
array
Type?
data
Type
dimensions?
value
Properties
Optional
array
Type
arrayType
?:
string
|
VariantArrayType
data
Type
dataType
:
DT
Optional
dimensions
dimensions
?:
number
[]
|
null
value
value
:
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
array
Type
data
Type
dimensions
value
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...