feat: Allow hiding credential params on cloud (#6687)

This commit is contained in:
Iván Ovejero
2023-07-18 11:43:28 +02:00
committed by GitHub
parent 6887b4edea
commit 2af1c24ead
4 changed files with 12 additions and 0 deletions

View File

@@ -1090,6 +1090,8 @@ export interface IDisplayOptions {
show?: {
[key: string]: NodeParameterValue[] | undefined;
};
hideOnCloud?: boolean;
}
export interface INodeProperties {