Search
Preparing search index...
The search index is not available
node-opcua-mono-repo
Support
Backers
Options
All
Public
Public/Protected
All
Inherited
Menu
BasicTypeSchema
Globals
Class BasicTypeSchema
Hierarchy
TypeSchemaBase
BasicTypeSchema
Implements
CommonInterface
BasicTypeDefinition
Constructors
constructor
Properties
category
coerce
decode
defaultValue
encode
name
subType
toJSON
Methods
computer_default_value
Constructors
constructor
new
Basic
Type
Schema
(
options
:
BasicTypeDefinitionOptions
)
:
BasicTypeSchema
Parameters
options:
BasicTypeDefinitionOptions
Returns
BasicTypeSchema
Properties
category
category
:
FieldCategory
Optional
coerce
coerce
:
function
Type declaration
(
value
:
any
)
:
any
Parameters
value:
any
Returns
any
decode
decode
:
function
Type declaration
(
stream
:
BinaryStream
)
:
any
Parameters
stream:
BinaryStream
Returns
any
default
Value
default
Value
:
any
encode
encode
:
function
Type declaration
(
value
:
any
, stream
:
OutputBinaryStream
)
:
void
Parameters
value:
any
stream:
OutputBinaryStream
Returns
void
name
name
:
string
sub
Type
sub
Type
:
string
Optional
toJSON
toJSON
:
function
Type declaration
(
)
:
string
Returns
string
Methods
computer_
default_
value
computer_
default_
value
(
defaultValue
:
any
)
:
any
method
computer_default_value
Parameters
defaultValue:
any
the default value
Returns
any
Basic
Type
Schema
constructor
category
coerce
decode
default
Value
encode
name
sub
Type
toJSON
computer_
default_
value
Generated using
TypeDoc
computer_default_value