mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
add datagrid field type
This commit is contained in:
@@ -6,6 +6,7 @@ export type NodeParamsType =
|
||||
| 'asyncOptions'
|
||||
| 'options'
|
||||
| 'multiOptions'
|
||||
| 'datagrid'
|
||||
| 'string'
|
||||
| 'number'
|
||||
| 'boolean'
|
||||
@@ -60,6 +61,7 @@ export interface INodeParams {
|
||||
description?: string
|
||||
warning?: string
|
||||
options?: Array<INodeOptionsValue>
|
||||
datagrid?: Array<ICommonObject>
|
||||
credentialNames?: Array<string>
|
||||
optional?: boolean | INodeDisplay
|
||||
step?: number
|
||||
|
||||
Reference in New Issue
Block a user