Add is_input and is_output attributes to CustomComponent and FrontendNode classes
This commit is contained in:
parent
fef68c30a8
commit
7dbffe6331
4 changed files with 40 additions and 7 deletions
|
|
@ -18,6 +18,8 @@ export type APIClassType = {
|
|||
template: APITemplateType;
|
||||
display_name: string;
|
||||
icon?: string;
|
||||
is_input?: boolean;
|
||||
is_output?: boolean;
|
||||
input_types?: Array<string>;
|
||||
output_types?: Array<string>;
|
||||
custom_fields?: CustomFieldsType;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue