A message for defining base node properties.

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

Properties

description: string[]
disabled: boolean
identifier: string
name: string
readOnlyConnections: boolean
readOnlyProperties: boolean