⚠️ 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
BasicTypeOptions
Globals
Interface BasicTypeOptions
Hierarchy
BasicTypeOptions
Properties
coerce
decode
defaultValue
encode
name
random
subType
toJSON
validate
Properties
Optional
coerce
coerce
:
function
Type declaration
(
value
:
any
)
:
any
Parameters
value:
any
Returns
any
Optional
decode
decode
:
function
Type declaration
(
stream
:
BinaryStream
)
:
void
Parameters
stream:
BinaryStream
Returns
void
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
Optional
random
random
:
function
Type declaration
(
)
:
any
Returns
any
sub
Type
sub
Type
:
string
Optional
toJSON
toJSON
:
function
Type declaration
(
value
:
any
)
:
any
Parameters
value:
any
Returns
any
Optional
validate
validate
:
function
Type declaration
(
value
:
any
)
:
boolean
Parameters
value:
any
Returns
boolean
Basic
Type
Options
coerce
decode
default
Value
encode
name
random
sub
Type
toJSON
validate
Generated using
TypeDoc