Make it possible to define dependencies for loadOptions

This commit is contained in:
Jan Oberhauser
2020-01-04 22:28:09 -06:00
parent f4acd47f80
commit bf4c8bc3a2
5 changed files with 42 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ export default mixins(
getArgument (
argumentName: string,
parameter: INodeProperties,
): string | number | boolean | undefined {
): string | string[] | number | boolean | undefined{
if (parameter.typeOptions === undefined) {
return undefined;
}