Skip to content

dag-core / Exports / INodeObjectInfo

Interface: INodeObjectInfo

OpenAPI: NodeObjectInfo schema

Table of contents

Properties

Properties

display_name

display_name: string

Defined in

types/prompt-types.ts:98


category

category: string

Defined in

types/prompt-types.ts:99


input

input: Object

Type declaration

NameType
requiredRecord<string, string[] | TInputTypeSpec>
optional?Record<string, string[] | TInputTypeSpec>
hidden?Record<string, string>

Defined in

types/prompt-types.ts:100


output

output: string[]

Defined in

types/prompt-types.ts:105


output_is_list

output_is_list: boolean[]

Defined in

types/prompt-types.ts:106


output_name

output_name: string[]

Defined in

types/prompt-types.ts:107


output_node

output_node: boolean

Defined in

types/prompt-types.ts:108


description

description: string

Defined in

types/prompt-types.ts:109

Released under the MIT License.