Package version:

Interface UserDefinedFunctionDefinition

interface UserDefinedFunctionDefinition {
    body?: string | (() => void);
    id?: string;
}

Properties

Properties

body?: string | (() => void)

The body of the user defined function, it can also be passed as a stringifed function

id?: string

The id of the UserDefinedFunction