⚠️ You are reading documentation for an OLD version (v2.20.0). The current released version is v2.173.1.
View latest documentation →
Search
Preparing search index...
The search index is not available
node-opcua-mono-repo
Support
Backers
Options
All
Public
Public/Protected
All
Inherited
Menu
TypeSchemaConstructorOptions
Globals
Interface TypeSchemaConstructorOptions
Hierarchy
TypeSchemaConstructorOptions
BasicTypeDefinitionOptions
EnumerationDefinitionOptions
Properties
category
coerce
decode
defaultValue
encode
name
Properties
Optional
category
category
:
FieldCategory
Optional
coerce
coerce
:
function
Type declaration
(
value
:
any
)
:
any
Parameters
value:
any
Returns
any
Optional
decode
decode
:
function
Type declaration
(
stream
:
BinaryStream
)
:
any
Parameters
stream:
BinaryStream
Returns
any
Optional
default
Value
default
Value
:
any
Optional
encode
encode
:
function
Type declaration
(
value
:
any
, stream
:
OutputBinaryStream
)
:
void
Parameters
value:
any
stream:
OutputBinaryStream
Returns
void
name
name
:
string
Type
Schema
Constructor
Options
category
coerce
decode
default
Value
encode
name
Generated using
TypeDoc