commandFunc property

VoidFuncWith3Parameters<P1, P2, P3>? commandFunc
getter/setter pair

The developer provided function that should be executed.

Implementation

VoidFuncWith3Parameters<P1, P2, P3>? commandFunc;