Class TemplatedGraphNodeSpecializationObject

The TemplatedGraphNodeSpecializationObject class provides serialization data for template specializations.

Constructors

Properties

category: string
compatibility: GraphCompatibiltyName[]
defaultValueAttribute: DefaultValueAttribute
description: string
friendlyName: string
name: string
parameterTypes: Map<string, Type | Type[]>
returnType: Type | Type[]

Accessors

  • get friendlyObjectName(): string
  • Gets a friendly name useful for automatic object name creation, such as the name of a node.

    Returns string