Reference - BaklavaJS
    Preparing search index...

    Interface IRegisterNodeTypeOptions

    interface IRegisterNodeTypeOptions {
        category?: string;
        title?: string;
    }
    Index

    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