NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua-types
FieldMetaDataOptions
Interface FieldMetaDataOptions
interface
FieldMetaDataOptions
{
arrayDimensions
?:
number
[]
|
null
;
builtInType
?:
number
;
dataSetFieldId
?:
string
;
dataType
?:
NodeIdLike
|
null
;
description
?:
LocalizedTextLike
|
null
;
fieldFlags
?:
DataSetFieldFlags
;
maxStringLength
?:
number
;
name
?:
UAString
;
properties
?:
KeyValuePairOptions
[]
|
null
;
valueRank
?:
number
;
}
Index
Properties
array
Dimensions?
built
In
Type?
data
Set
Field
Id?
data
Type?
description?
field
Flags?
max
String
Length?
name?
properties?
value
Rank?
Properties
Optional
array
Dimensions
arrayDimensions
?:
number
[]
|
null
Optional
built
In
Type
builtInType
?:
number
Optional
data
Set
Field
Id
dataSetFieldId
?:
string
Optional
data
Type
dataType
?:
NodeIdLike
|
null
Optional
description
description
?:
LocalizedTextLike
|
null
Optional
field
Flags
fieldFlags
?:
DataSetFieldFlags
Optional
max
String
Length
maxStringLength
?:
number
Optional
name
name
?:
UAString
Optional
properties
properties
?:
KeyValuePairOptions
[]
|
null
Optional
value
Rank
valueRank
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
array
Dimensions
built
In
Type
data
Set
Field
Id
data
Type
description
field
Flags
max
String
Length
name
properties
value
Rank
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...