Kvaser CanKing GUI Extensions SDK - v7.5.1
    Preparing search index...

    Interface BaseNodeProperties

    A message for defining base node properties.

    interface BaseNodeProperties {
        description: string[];
        disabled: boolean;
        identifier: string;
        name: string;
        readOnlyConnections: boolean;
        readOnlyProperties: boolean;
    }
    Index

    Properties

    description: string[]

    Description lines for the node

    disabled: boolean

    True if the node is disabled, otherwise false

    identifier: string

    The unique identifier of the node

    name: string

    The name of the node

    readOnlyConnections: boolean

    True if the node's connections are read-only, otherwise false

    readOnlyProperties: boolean

    True if the node's properties are read-only, otherwise false