invokable
Invokable is an adjective describing something that can be invoked, called, or activated. In computing, an invokable object or function is one that can be executed or invoked like a function.
In programming languages, objects become invokable by implementing a special mechanism that enables a call operation.
JavaScript treats functions as first-class citizens, and function values are inherently invokable. Making an arbitrary object
The term is also used more broadly to describe interfaces, endpoints, or commands that can be summoned
Etymology traces to invoke, from Latin invocare, meaning to call upon. See also invocation, callable, __invoke,