Interface XApplyFunctionStrOptions

interface XApplyFunctionStrOptions {
    fctString?: string;
    variableLabel?: OneLowerCase;
}

Properties

fctString?: string

Default

'''
The function to apply on the array as a string
variableLabel?: OneLowerCase

The variable to use in the fctString (one lower case letter)

Default

'x'