Interface E2eTestNodeParameters

Source
interface E2eTestNodeParameters {
    fieldId?: string;
    operation?:
        | "remoteOptions"
        | "resourceLocator"
        | "resourceMapper";
    otherField?: string;
    remoteOptions?: string;
    rlc?: { mode: "id"
    | "list"
    | "url"; value: string };
}

Properties§

§readonly fieldId?: string
§readonly operation?: "remoteOptions" | "resourceLocator" | "resourceMapper"

Default: "remoteOptions"

§readonly otherField?: string
§readonly remoteOptions?: string

Remote 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":""}