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