Preparing search index...
The search index is not available
NodeOPCUA reference documentation - public API
NodeOPCUA reference documentation - public API
node-opcua-types
FieldMetaDataOptions
Interface FieldMetaDataOptions
interface
FieldMetaDataOptions
{
arrayDimensions
?:
null
|
number
[]
;
builtInType
?:
number
;
dataSetFieldId
?:
string
;
dataType
?:
null
|
NodeIdLike
;
description
?:
null
|
LocalizedTextLike
;
fieldFlags
?:
DataSetFieldFlags
;
maxStringLength
?:
number
;
name
?:
UAString
;
properties
?:
null
|
KeyValuePairOptions
[]
;
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
array
Dimensions
?:
null
|
number
[]
Optional
built
In
Type
built
In
Type
?:
number
Optional
data
Set
Field
Id
data
Set
Field
Id
?:
string
Optional
data
Type
data
Type
?:
null
|
NodeIdLike
Optional
description
description
?:
null
|
LocalizedTextLike
Optional
field
Flags
field
Flags
?:
DataSetFieldFlags
Optional
max
String
Length
max
String
Length
?:
number
Optional
name
name
?:
UAString
Optional
properties
properties
?:
null
|
KeyValuePairOptions
[]
Optional
value
Rank
value
Rank
?:
number
Settings
Member Visibility
Protected
Private
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
NodeOPCUA reference documentation - public API
Loading...