Search Docs
Loading...
Skip to content

Type Alias: EngineCustomActionFunction

type EngineCustomActionFunction = (...args) => unknown;

A generic, untyped action function for custom ids.

Parameters#

ParameterType
argsany[]

Returns#

unknown