@kvaser/canking-api
Version:
CanKing API to communicate with the CanKing service using Node.js.
58 lines (29 loc) • 839 B
Markdown
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md)
***
[Kvaser CanKing GUI Extensions SDK](../../modules.md) / [models](../README.md) / BaseNodeProperties
Interface: BaseNodeProperties
A message for defining base node properties.
# Properties
## description
**description**: `string`[]
Description lines for the node
***
## disabled
**disabled**: `boolean`
True if the node is disabled, otherwise false
***
## identifier
**identifier**: `string`
The unique identifier of the node
***
## name
**name**: `string`
The name of the node
***
## readOnlyConnections
**readOnlyConnections**: `boolean`
True if the node's connections are read-only, otherwise false
***
## readOnlyProperties
**readOnlyProperties**: `boolean`
True if the node's properties are read-only, otherwise false