Interface E2eTestNodeParameters

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

Properties§

Source§

readonly fieldId?: string

Source§

readonly operation?: "remoteOptions" | "resourceLocator" | "resourceMapper"

Default: "remoteOptions"

Source§

readonly otherField?: string

Source§

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

Source§

readonly rlc?: { mode: "id" | "list" | "url"; value: string }

Default: {"mode":"list","value":""}