Type Alias NodeConstructor<N>

NodeConstructor<N>: {
    description?: string;
    id?: string;
    path?: string[];
    tags?: string[];
    visible?: boolean;
    new (params?: NodeParams): N;
}

Type Parameters

Type declaration

    • new (params?): N
    • Parameters

      Returns N

  • Optionaldescription?: string

    Description of the node.

  • Optionalid?: string
  • Optionalpath?: string[]

    Menu path of the node.

  • Optionaltags?: string[]

    Search tags of the node.

  • Optionalvisible?: boolean

    Visibility of node