interface E2eTestNodeParameters {
fieldId?: string;
operation?:
| "remoteOptions"
| "resourceLocator"
| "resourceMapper";
otherField?: string;
remoteOptions?: string;
rlc?: { mode: "id"
| "list"
| "url"; value: string };
}Properties§
§§
readonly field Id?: string§readonly operation?: "remoteOptions" | "resourceLocator" | "resourceMapper"§
readonly other Field?: string§readonly remote Options?: stringRemote options to load. Choose from the list, or specify an ID using an expression. Default: [] Type options: {"loadOptionsDependsOn":["fieldId"],"loadOptionsMethod":"getOptions"}
readonly rlc?: { ... }Default: {"mode":"list","value":""}
Default: "remoteOptions"