functionTarget property

String? functionTarget
getter/setter pair

The name of the function (as defined in source code) that will be executed.

Defaults to the resource name suffix, if not specified. For backward compatibility, if function with given name is not found, then the system will try to use function named "function".

Optional.

Implementation

core.String? functionTarget;