interface INodeTypeInformation {
    category: string;
    title: string;
    type: AbstractNodeConstructor;
}

Hierarchy

Properties

Properties

category: string

Category of the node. Can be used to structure the node palette view

title: string

Set the title of the node in the node palette. Will use the title property of the node when not specified