Details of functions that can be used in advanced searches.

interface FunctionReferenceData {
    displayName?: string;
    isList?: string;
    types?: string[];
    value?: string;
}

Properties

displayName?: string

The display name of the function.

isList?: string

Whether the function can take a list of arguments.

types?: string[]

The data types returned by the function.

value?: string

The function identifier.